VirtualBox

Changeset 250 in vbox for trunk


Ignore:
Timestamp:
Jan 23, 2007 5:12:21 PM (18 years ago)
Author:
vboxsync
Message:

Reversed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMPhys.cpp

    r247 r250  
    148148         */
    149149        PMMLOCKEDMEM    pLockedMem;
    150         rc = mmr3LockMem(pVM, pvRam, cb, MM_LOCKED_TYPE_PHYS, &pLockedMem, (enmType == MM_PHYS_TYPE_DYNALLOC_CHUNK) ? false : true /* fSilentFailure */);
     150        rc = mmr3LockMem(pVM, pvRam, cb, MM_LOCKED_TYPE_PHYS, &pLockedMem, (enmType == MM_PHYS_TYPE_DYNALLOC_CHUNK) ? true : false /* fSilentFailure */);
    151151        if (VBOX_SUCCESS(rc))
    152152        {
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