mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
Update sdk/lib/crt/setjmp/i386/setjmp.s
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
parent
84988aaeaa
commit
a60b5a01d6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue