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
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
parent
62c7389cc6
commit
1e70e19248
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ FUNC longjmp
|
|||
jz LABEL3 /* If val is 0, jump to LABEL3 */
|
||||
jmp qword ptr [rcx + JUMP_BUFFER_Rip] /* Jump to the stored return address (rip) */
|
||||
LABEL3:
|
||||
mov rax, 1 /* If val was 0, return 1 */
|
||||
mov rax, 1 /* If val was 0, return 1 on second (longjmp) return */
|
||||
jmp qword ptr [rcx + JUMP_BUFFER_Rip] /* Jump to the stored return address (rip) */
|
||||
ENDFUNC
|
||||
|
||||
|
|
Loading…
Reference in a new issue