Author: fireball
Date: Sat Nov 10 23:36:11 2007
New Revision: 30339
URL:
http://svn.reactos.org/svn/reactos?rev=30339&view=rev
Log:
- Fix a bug (wrong push ... pop order).
Modified:
trunk/reactos/lib/sdk/crt/except_nt/i386/seh.s
Modified: trunk/reactos/lib/sdk/crt/except_nt/i386/seh.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except_nt/i386…
==============================================================================
--- trunk/reactos/lib/sdk/crt/except_nt/i386/seh.s (original)
+++ trunk/reactos/lib/sdk/crt/except_nt/i386/seh.s Sat Nov 10 23:36:11 2007
@@ -79,8 +79,8 @@
glu_return:
/* Restore registers and return */
pop ebp
- pop esi
pop edi
+ pop esi
pop ebx
mov esp, ebp
pop ebp