mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +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
1e70e19248
commit
cac49aed11
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ FUNC _setjmpex
|
|||
movdqu [rcx + JUMP_BUFFER_Xmm15], xmm15 /* Store xmm15 */
|
||||
mov rsp, rbp /* Restore original rsp */
|
||||
pop rbp /* Restore original rbp */
|
||||
xor eax, eax /* Return 0 */
|
||||
xor eax, eax /* Return 0 on first (_setjmpex) return */
|
||||
LABEL2:
|
||||
ret
|
||||
ENDFUNC
|
||||
|
|
Loading…
Reference in a new issue