mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix the smp build.
svn path=/trunk/; revision=20888
This commit is contained in:
@@ -139,7 +139,7 @@ SaveTrapFrameForKDB_Return:
|
||||
mov dword ptr [ebx+KPCR_NPX_THREAD], 0
|
||||
test byte ptr [edi+KTHREAD_NPX_STATE], NPX_STATE_DIRTY
|
||||
jz 3f
|
||||
cmp dword ptr _FxsrSupport, 0
|
||||
cmp dword ptr _KeI386FxsrPresent, 0
|
||||
je 1f
|
||||
fxsave [eax-SIZEOF_FX_SAVE_AREA]
|
||||
jmp 2f
|
||||
|
||||
Reference in New Issue
Block a user