VirtualBox

Changeset 7647 in vbox for trunk


Ignore:
Timestamp:
Mar 31, 2008 11:23:51 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29157
Message:

Use ASMCpuId_EDX.

File:
1 edited

Legend:

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

    r7646 r7647  
    10241024        case CPUMCPUIDFEATURE_PAE:
    10251025        {
    1026             uint32_t ulEdx, ulDummy;
    1027 
    1028             ASMCpuId(1, &ulDummy, &ulDummy, &ulDummy, &ulEdx);
    1029             if (!(ulEdx & X86_CPUID_FEATURE_EDX_PAE))
     1026            if (!(ASMCpuId_EDX(1) & X86_CPUID_FEATURE_EDX_PAE))
    10301027            {
    10311028                AssertMsgFailed(("ERROR: Can't turn on PAE when the host doesn't support it!!\n"));
Note: See TracChangeset for help on using the changeset viewer.

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