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

Fix i686 signal trampoline asm.

parent b4799fdc
No related merge requests found
......@@ -291,8 +291,10 @@ asmfunction!(__relibc_internal_sigentry: ["
call {inner}
add esp, 512
fxrstor [esp]
mov eax, {SYS_SIGRETURN}
syscall
int 0x80
"] <= [inner = sym inner_fastcall, SYS_SIGRETURN = const SYS_SIGRETURN]);
#[cfg(target_arch = "aarch64")]
......
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