Changeset 10331 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 7, 2008 2:22:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r10330 r10331 583 583 if (!CPUMIsGuestFPUStateActive(pVM)) 584 584 { 585 Assert(!pVM->hwaccm.s.svm.fResumeVM);586 585 /* Always use #NM exceptions to load the FPU/XMM state on demand. */ 587 586 val |= X86_CR0_TS | X86_CR0_ET | X86_CR0_NE | X86_CR0_MP;
Note:
See TracChangeset
for help on using the changeset viewer.