Skip to content
Snippets Groups Projects
Verified Commit 2fe1d614 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Fix aarch64 EINTR handler.

parent 5916b947
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ pub unsafe fn manually_enter_trampoline() { ...@@ -283,7 +283,7 @@ pub unsafe fn manually_enter_trampoline() {
bl 2f bl 2f
b 3f b 3f
2: 2:
ldr lr, [x0] str lr, [x0]
b __relibc_internal_sigentry b __relibc_internal_sigentry
3: 3:
", inout("x0") ip_location => _, out("lr") _); ", inout("x0") ip_location => _, out("lr") _);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment