- Fix two more typos, now exception handling doesn't lead to an infinite loop resulti...
authorAleksey Bragin <aleksey@reactos.org>
Sun, 11 Nov 2007 10:03:12 +0000 (10:03 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 11 Nov 2007 10:03:12 +0000 (10:03 +0000)
svn path=/trunk/; revision=30353

reactos/lib/sdk/crt/except_nt/i386/seh.s

index 0444b0d..57cdab5 100644 (file)
@@ -209,7 +209,7 @@ __except_handler2:
 \r
     /* Get the try level and scope table */\r
     mov esi, [ebx+12]\r
-    mov esi, [ebx+8]\r
+    mov edi, [ebx+8]\r
 \r
 except_loop2:\r
     /* Validate try level */\r
@@ -331,7 +331,7 @@ __except_handler3:
 \r
     /* Get the try level and scope table */\r
     mov esi, [ebx+12]\r
-    mov esi, [ebx+8]\r
+    mov edi, [ebx+8]\r
 \r
     /* FIXME: Validate the SEH exception */\r
 \r