Changeset 7572 in vbox
- Timestamp:
- Mar 26, 2008 12:39:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r7569 r7572 255 255 { 256 256 #ifdef LOG_ENABLED 257 SUPR0Printf("HWACCMR0InitCPU failed for cpu %d with rc=%d\n", idCpu, HWACCMR0Globals.lLastError);257 SUPR0Printf("HWACCMR0InitCPU failed with rc=%d\n", HWACCMR0Globals.lLastError); 258 258 #endif 259 259 HWACCMR0Globals.lLastError = VERR_VMX_NO_VMX;
Note:
See TracChangeset
for help on using the changeset viewer.