mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:02:59 +00:00
- Fix a bug.
( jz -> js, a typo) svn path=/trunk/; revision=30323
This commit is contained in:
parent
e08c6513cc
commit
ce4c1b6f78
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ except_loop2:
|
||||||
mov ebx, [ebp+12]
|
mov ebx, [ebp+12]
|
||||||
or eax, eax
|
or eax, eax
|
||||||
jz except_continue2
|
jz except_continue2
|
||||||
jz except_dismiss2
|
js except_dismiss2
|
||||||
|
|
||||||
/* So this is an accept, call the termination handlers */
|
/* So this is an accept, call the termination handlers */
|
||||||
mov edi, [ebx+8]
|
mov edi, [ebx+8]
|
||||||
|
@ -365,7 +365,7 @@ except_loop3:
|
||||||
mov ebx, [ebp+12]
|
mov ebx, [ebp+12]
|
||||||
or eax, eax
|
or eax, eax
|
||||||
jz except_continue3
|
jz except_continue3
|
||||||
jz except_dismiss3
|
js except_dismiss3
|
||||||
|
|
||||||
/* So this is an accept, call the termination handlers */
|
/* So this is an accept, call the termination handlers */
|
||||||
mov edi, [ebx+8]
|
mov edi, [ebx+8]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue