- Fix two more typos, now exception handling doesn't lead to an infinite loop resulting in a stack overflow and thus unhandled exception being caught by ntoskrnl.

svn path=/trunk/; revision=30353
This commit is contained in:
Aleksey Bragin 2007-11-11 10:03:12 +00:00
parent 4551af021f
commit 0ad062c8a2

View file

@ -209,7 +209,7 @@ __except_handler2:
/* Get the try level and scope table */
mov esi, [ebx+12]
mov esi, [ebx+8]
mov edi, [ebx+8]
except_loop2:
/* Validate try level */
@ -331,7 +331,7 @@ __except_handler3:
/* Get the try level and scope table */
mov esi, [ebx+12]
mov esi, [ebx+8]
mov edi, [ebx+8]
/* FIXME: Validate the SEH exception */