VirtualBox

Changeset 27763 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Mar 27, 2010 11:55:02 PM (15 years ago)
Author:
vboxsync
Message:

once.cpp: Use ASMAtomicUoReadHandle (missed one place).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/once.cpp

    r21337 r27763  
    120120                 */
    121121                RTSEMEVENTMULTI hEventMulti;
    122                 ASMAtomicUoReadSize(&pOnce->hEventMulti, &hEventMulti);
     122                ASMAtomicUoReadHandle(&pOnce->hEventMulti, &hEventMulti);
    123123                if (hEventMulti != NIL_RTSEMEVENTMULTI)
    124124                {
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