Fix a bug.

svn path=/trunk/; revision=26160
This commit is contained in:
Dmitry Gorbachev 2007-03-24 08:31:23 +00:00
parent 8d9781fe92
commit 6afc128ac7

View file

@ -448,7 +448,7 @@ V86_&Label:
mov fs, bx
/* Save exception list and bogus previous mode */
push PCR[KPCR_EXCEPTION_LIST]
push fs:[KPCR_EXCEPTION_LIST]
push -1
/* Save volatiles and segment registers */
@ -484,7 +484,7 @@ V86_&Label:
V86_&EndLabel:
/* Get current thread */
mov ecx, PCR[KPCR_CURRENT_THREAD]
mov ecx, fs:[KPCR_CURRENT_THREAD]
cld
/* Flush DR7 */