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

Fix x86_64 spurious signal jump condition.

parent 2d66993b
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ asmfunction!(__relibc_internal_sigentry: ["
and eax, edx
and eax, {SIGW1_PENDING_MASK}
bsf eax, eax
jnz 7f
jz 7f
add eax, 32
2:
sub rsp, {REDZONE_SIZE}
......
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