mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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 */
|
xorl %eax,%eax /* return 0 the first time */
|
||||||
leave
|
leave
|
||||||
ret $4
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue