- Fix a bug.

( jz -> js, a typo)

svn path=/trunk/; revision=30323
This commit is contained in:
Aleksey Bragin 2007-11-10 13:02:04 +00:00
parent e08c6513cc
commit ce4c1b6f78

View file

@ -233,7 +233,7 @@ except_loop2:
mov ebx, [ebp+12]
or eax, eax
jz except_continue2
jz except_dismiss2
js except_dismiss2
/* So this is an accept, call the termination handlers */
mov edi, [ebx+8]
@ -365,7 +365,7 @@ except_loop3:
mov ebx, [ebp+12]
or eax, eax
jz except_continue3
jz except_dismiss3
js except_dismiss3
/* So this is an accept, call the termination handlers */
mov edi, [ebx+8]