[ros-diffs] [fireball] 30339: - Fix a bug (wrong push ... pop order).

fireball at svn.reactos.org fireball at svn.reactos.org
Sat Nov 10 21:36:12 CET 2007


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/seh.s?rev=30339&r1=30338&r2=30339&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list