mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
Update sdk/lib/crt/setjmp/amd64/setjmp.s
This commit is contained in:
parent
29921f29eb
commit
4b04b72bcb
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ FUNC longjmp
|
|||
mov rax, rdx /* Move val into rax (return value) */
|
||||
test rax, rax /* Check if val is 0 */
|
||||
jnz LJJMP /* If val is non-zero, jump to LJJMP */
|
||||
inc eax /* Increment rax */
|
||||
inc rax /* Increment rax */
|
||||
LJJMP:
|
||||
jmp qword ptr [rcx + JUMP_BUFFER_Rip] /* Jump to the stored return address (rip) */
|
||||
ENDFUNC
|
||||
|
|
Loading…
Reference in a new issue