forked from KolibriOS/kolibrios
mtdbg: fix mistype
git-svn-id: svn://kolibrios.org@4903 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b154c9c2cc
commit
d37c65e455
@ -971,7 +971,7 @@ draw_fpu_register_2:
|
|||||||
jne .scol
|
jne .scol
|
||||||
|
|
||||||
mov ax, word [_st0+edx+8]
|
mov ax, word [_st0+edx+8]
|
||||||
cmp ax, word [_st0+(oldcontext-context)+8]
|
cmp ax, word [_st0+(oldcontext-context)+edx+8]
|
||||||
je .do_label
|
je .do_label
|
||||||
|
|
||||||
.scol:
|
.scol:
|
||||||
|
Loading…
Reference in New Issue
Block a user