From bd25193c355647a398a67d25da257678158ddce6 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 10 Nov 2007 20:36:11 +0000 Subject: [PATCH] - Fix a bug (wrong push ... pop order). svn path=/trunk/; revision=30339 --- reactos/lib/sdk/crt/except_nt/i386/seh.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/except_nt/i386/seh.s b/reactos/lib/sdk/crt/except_nt/i386/seh.s index 61383aed570..0444b0d4e0a 100644 --- a/reactos/lib/sdk/crt/except_nt/i386/seh.s +++ b/reactos/lib/sdk/crt/except_nt/i386/seh.s @@ -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