VirtualBox

Changeset 37211 in vbox for trunk/src/VBox/Runtime/r3/linux


Ignore:
Timestamp:
May 25, 2011 11:37:52 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71907
Message:

Some ASMAtomic*Size elimiation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp

    r33540 r37211  
    175175     * Invalidate the semaphore and wake up anyone waiting on it.
    176176     */
    177     ASMAtomicWriteSize(&pThis->u32Magic, RTSEMEVENTMULTI_MAGIC + 1);
     177    ASMAtomicWriteU32(&pThis->u32Magic, RTSEMEVENTMULTI_MAGIC + 1);
    178178    if (ASMAtomicXchgS32(&pThis->iState, -1) == 1)
    179179    {
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