VirtualBox

Changeset 48125 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2013 12:55:07 PM (11 years ago)
Author:
vboxsync
Message:

tstRTInlineAsm.cpp: cpuid(0x8000001d) fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r45860 r48125  
    369369        if (iExt > cExtFunctions)
    370370            continue;   /* Invalid extended functions seems change the value if ECX changes */
     371        if (iExt == 0x8000001d)
     372            continue;   /* Taks cache level in ecx. */
    371373
    372374        u32 = ASMCpuId_EAX(iExt);
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