Changeset 14602 in vbox
- Timestamp:
- Nov 25, 2008 9:55:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMPagePool.cpp
r14591 r14602 253 253 NULL, 254 254 paPhysPages); 255 if (RT_ SUCCESS(rc))255 if (RT_FAILURE(rc)) 256 256 rc = VMSetError(pPool->pVM, rc, RT_SRC_POS, 257 257 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.