VirtualBox

Ignore:
Timestamp:
Jan 31, 2022 10:17:19 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149642
Message:

iprt/asm-amd64-x86.h: Split out some non-assembly functions that related more to x86.h than to asm.h, changing the function prefix from ASM to RTX86. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp

    r93239 r93515  
    840840    if (!ASMHasCpuId())
    841841        return false;
    842     if (!ASMIsValidStdRange(ASMCpuId_EAX(0)))
     842    if (!RTX86IsValidStdRange(ASMCpuId_EAX(0)))
    843843        return false;
    844844    if (!(ASMCpuId_ECX(1) & X86_CPUID_FEATURE_ECX_HVP))
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