mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix another broken setjmp.
svn path=/trunk/; revision=16003
This commit is contained in:
parent
faeb567e1c
commit
402b13b071
1 changed files with 1 additions and 1 deletions
|
@ -55,5 +55,5 @@ _setjmp:
|
|||
|
||||
xorl %eax,%eax /* return 0 the first time */
|
||||
leave
|
||||
ret $4
|
||||
ret
|
||||
|
||||
|
|
Loading…
Reference in a new issue