mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
modified lib/pseh/i386/framebased-gcchack.S
Typo svn path=/trunk/; revision=37664
This commit is contained in:
parent
58c81ba194
commit
bd76ae91c0
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ ___SEH2EnterFrame:
|
|||
mov [fs:0], eax
|
||||
ret
|
||||
|
||||
.globl __SEH2LeaveFrame
|
||||
__SEH2LeaveFrame:
|
||||
.globl ___SEH2LeaveFrame
|
||||
___SEH2LeaveFrame:
|
||||
mov eax, [fs:0]
|
||||
mov eax, [eax]
|
||||
mov [fs:0], eax
|
||||
|
|
Loading…
Reference in a new issue