modified lib/pseh/i386/framebased-gcchack.S

Typo

svn path=/trunk/; revision=37664
This commit is contained in:
KJK::Hyperion 2008-11-26 16:15:29 +00:00
parent 58c81ba194
commit bd76ae91c0

View file

@ -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