VirtualBox

Changeset 14602 in vbox


Ignore:
Timestamp:
Nov 25, 2008 9:55:34 PM (16 years ago)
Author:
vboxsync
Message:

MMPagePool: Fixed VMSetError condition.

File:
1 edited

Legend:

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

    r14591 r14602  
    253253                              NULL,
    254254                              paPhysPages);
    255         if (RT_SUCCESS(rc))
     255        if (RT_FAILURE(rc))
    256256            rc = VMSetError(pPool->pVM, rc, RT_SRC_POS,
    257257                            N_("Failed to lock host %zd bytes of memory (out of memory)"), (size_t)cPages << PAGE_SHIFT);
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