VirtualBox

Changeset 33199 in vbox for trunk/include


Ignore:
Timestamp:
Oct 18, 2010 2:18:04 PM (14 years ago)
Author:
vboxsync
Message:

iprt/asm: C90 warning

File:
1 edited

Legend:

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

    r33197 r33199  
    24992499    for (;;)
    25002500    {
     2501        uint64_t u64New;
    25012502        u64Old = ASMAtomicUoReadU64(pu64);
    2502         uint64_t u64New = u64Old + u64;
     2503        u64New = u64Old + u64;
    25032504        if (ASMAtomicCmpXchgU64(pu64, u64New, u64Old))
    25042505            break;
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