Changeset 4117 in vbox
- Timestamp:
- Aug 10, 2007 3:04:22 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r4086 r4117 259 259 pszError = N_("VirtualBox can't operate in VMX root mode. " 260 260 "Please disable the KVM kernel extension, recompile " 261 "your kernel and reboot .");261 "your kernel and reboot"); 262 262 #else 263 pszError = N_("VirtualBox can't operate in VMX root mode .");263 pszError = N_("VirtualBox can't operate in VMX root mode"); 264 264 #endif 265 265 break; … … 292 292 rc = VERR_NO_MEMORY; 293 293 vmR3CallVMAtError(pfnVMAtError, pvUserVM, rc, RT_SRC_POS, 294 N_("Failed to allocate %d bytes of contiguous memory for the VM structure !\n"),294 N_("Failed to allocate %d bytes of contiguous memory for the VM structure"), 295 295 RT_ALIGN(sizeof(*pVM), PAGE_SIZE)); 296 296 AssertMsgFailed(("Failed to allocate %d bytes of contiguous memory for the VM structure!\n", RT_ALIGN(sizeof(*pVM), PAGE_SIZE)));
Note:
See TracChangeset
for help on using the changeset viewer.