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

Fix popf operand size.

parent 590ad70a
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ asmfunction!(__relibc_internal_sigentry: [" ...@@ -173,7 +173,7 @@ asmfunction!(__relibc_internal_sigentry: ["
pop dword ptr gs:[{tcb_sa_off} + {sa_tmp}] pop dword ptr gs:[{tcb_sa_off} + {sa_tmp}]
add esp, 4 add esp, 4
popf popfd
pop esp pop esp
jmp dword ptr gs:[{tcb_sa_off} + {sa_tmp}] jmp dword ptr gs:[{tcb_sa_off} + {sa_tmp}]
7: 7:
......
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