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

Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 09:57:49 +09:00 committed by GitHub
parent 84988aaeaa
commit a60b5a01d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,7 @@ _longjmp:
mov edi, [ecx + JB_DI*4]
mov esi, [ecx + JB_SI*4]
mov esp, [ecx + JB_SP*4]
/* If return value is 0, return 1 instead. */
test eax, eax
jnz LJJMP
inc eax