VirtualBox

Changeset 7650 in vbox for trunk/src


Ignore:
Timestamp:
Mar 31, 2008 11:33:29 AM (17 years ago)
Author:
vboxsync
Message:

Missed one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r7648 r7650  
    10001000        case CPUMCPUIDFEATURE_SEP:
    10011001        {
    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))
    10061003            {
    10071004                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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette