mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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
|
||||
|
||||
/* 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 */
|
||||
|
|
Loading…
Reference in a new issue