VirtualBox

Changeset 44261 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 9, 2013 1:29:19 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83132
Message:

Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-amd64-x86.h

    r44260 r44261  
    569569# elif RT_INLINE_ASM_USES_INTRIN
    570570    int aInfo[4];
    571     /* ??? another intrinsic ??? */
    572571    __cpuidex(aInfo, uOperator, uIdxECX);
    573572    *(uint32_t *)pvEAX = aInfo[0];
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