mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix a bug.
svn path=/trunk/; revision=26160
This commit is contained in:
parent
8d9781fe92
commit
6afc128ac7
1 changed files with 2 additions and 2 deletions
|
@ -448,7 +448,7 @@ V86_&Label:
|
||||||
mov fs, bx
|
mov fs, bx
|
||||||
|
|
||||||
/* Save exception list and bogus previous mode */
|
/* Save exception list and bogus previous mode */
|
||||||
push PCR[KPCR_EXCEPTION_LIST]
|
push fs:[KPCR_EXCEPTION_LIST]
|
||||||
push -1
|
push -1
|
||||||
|
|
||||||
/* Save volatiles and segment registers */
|
/* Save volatiles and segment registers */
|
||||||
|
@ -484,7 +484,7 @@ V86_&Label:
|
||||||
|
|
||||||
V86_&EndLabel:
|
V86_&EndLabel:
|
||||||
/* Get current thread */
|
/* Get current thread */
|
||||||
mov ecx, PCR[KPCR_CURRENT_THREAD]
|
mov ecx, fs:[KPCR_CURRENT_THREAD]
|
||||||
cld
|
cld
|
||||||
|
|
||||||
/* Flush DR7 */
|
/* Flush DR7 */
|
||||||
|
|
Loading…
Reference in a new issue