VirtualBox

Changeset 87223 in vbox


Ignore:
Timestamp:
Jan 12, 2021 10:37:33 AM (4 years ago)
Author:
vboxsync
Message:

IPRT: ASMAtomicXorU32 build fix (gcc). bugref:9898

File:
1 edited

Legend:

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

    r87212 r87223  
    45084508# elif defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    45094509#  if RT_INLINE_ASM_GNU_STYLE
    4510     __asm__ __volatile__("lock; xor %1, %0\n\t"
     4510    __asm__ __volatile__("lock; xorl %1, %0\n\t"
    45114511                         : "=m" (*pu32)
    45124512                         : "ir" (u32)
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