VirtualBox

Changeset 25496 in vbox for trunk/include/iprt/asm.h


Ignore:
Timestamp:
Dec 18, 2009 3:38:09 PM (15 years ago)
Author:
vboxsync
Message:

ASMAtomicCmpXchgU8: 32-bit build fix.

File:
1 edited

Legend:

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

    r25493 r25496  
    30543054                           "=qm" (u8Ret),
    30553055                           "=a" (u8Old)
    3056                          : "r" (u8New),
     3056                         : "q" (u8New),
    30573057                           "2" (u8Old),
    30583058                           "m" (*pu8));
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