Changeset 18645 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Apr 2, 2009 3:38:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r18620 r18645 3010 3010 AssertRC(rc); 3011 3011 3012 VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM");3012 VMSetRuntimeError(pVM, 0/*fFlags*/, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"); 3013 3013 3014 3014 /* Wait for resume event; will only return in that case. If the VM is stopped, the EMT thread will be destroyed. */
Note:
See TracChangeset
for help on using the changeset viewer.