VirtualBox

Changeset 26805 in vbox for trunk


Ignore:
Timestamp:
Feb 25, 2010 4:31:40 PM (15 years ago)
Author:
vboxsync
Message:

poll-posix.cpp: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp

    r26801 r26805  
    474474     * Set the busy flag and do the job.
    475475     */
    476     AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true,  false), VERR_WRONG_ORDER);
     476    AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true,  false), UINT32_MAX);
    477477    uint32_t cHandles = pThis->cHandles;
    478478    ASMAtomicWriteBool(&pThis->fBusy, false);
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