Update sdk/lib/crt/setjmp/amd64/setjmp.s

Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 05:55:55 +09:00
parent 1e70e19248
commit cac49aed11

View file

@ -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