VirtualBox

Changeset 323 in vbox for trunk/src/VBox/VMM/MMPhys.cpp


Ignore:
Timestamp:
Jan 25, 2007 5:25:01 PM (18 years ago)
Author:
vboxsync
Message:

drop the default, there's just one other call.

File:
1 edited

Legend:

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

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