- Timestamp:
- Mar 31, 2008 11:33:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r7648 r7650 1000 1000 case CPUMCPUIDFEATURE_SEP: 1001 1001 { 1002 uint32_t ulEdx, ulDummy; 1003 1004 ASMCpuId(1, &ulDummy, &ulDummy, &ulDummy, &ulEdx); 1005 if (!(ulEdx & X86_CPUID_FEATURE_EDX_SEP)) 1002 if (!(ASMCpuId_EDX(1) & X86_CPUID_FEATURE_EDX_SEP)) 1006 1003 { 1007 1004 AssertMsgFailed(("ERROR: Can't turn on SEP when the host doesn't support it!!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.