VirtualBox

Changeset 51830 in vbox


Ignore:
Timestamp:
Jul 3, 2014 3:14:03 AM (11 years ago)
Author:
vboxsync
Message:

duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r51829 r51830  
    48704870#elif RT_INLINE_ASM_GNU_STYLE && defined(RT_ARCH_AMD64)
    48714871    __asm__ __volatile__("rolq %1, %0" : "=r" (u64) : "Ir" (cShift), "0" (u64));
     4872    return u64;
    48724873#elif RT_INLINE_ASM_GNU_STYLE && defined(RT_ARCH_X86)
    48734874    uint32_t uSpill;
     
    49064907#elif RT_INLINE_ASM_GNU_STYLE && defined(RT_ARCH_AMD64)
    49074908    __asm__ __volatile__("rorq %1, %0" : "=r" (u64) : "Ir" (cShift), "0" (u64));
     4909    return u64;
    49084910#elif RT_INLINE_ASM_GNU_STYLE && defined(RT_ARCH_X86)
    49094911    uint32_t uSpill;
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