- Fix a bug (wrong push ... pop order).

svn path=/trunk/; revision=30339
This commit is contained in:
Aleksey Bragin 2007-11-10 20:36:11 +00:00
parent 5a89f9b8b0
commit bd25193c35

View file

@ -79,8 +79,8 @@ __global_unwind2:
glu_return:
/* Restore registers and return */
pop ebp
pop esi
pop edi
pop esi
pop ebx
mov esp, ebp
pop ebp