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

Fix aarch64 EINTR handler.

parent 5916b947
No related branches found
No related tags found
1 merge request!480Refactor redox runtime and impl signals in userspace
......@@ -283,7 +283,7 @@ pub unsafe fn manually_enter_trampoline() {
bl 2f
b 3f
2:
ldr lr, [x0]
str lr, [x0]
b __relibc_internal_sigentry
3:
", 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