Changeset 7573 in vbox
- Timestamp:
- Mar 26, 2008 12:44:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r7572 r7573 251 251 } 252 252 } 253 else 254 #ifdef LOG_ENABLED 255 SUPR0Printf("HWACCMR0InitCPU failed with rc=%d\n", HWACCMR0Globals.lLastError); 256 #endif 253 257 } 254 258 else 255 {256 #ifdef LOG_ENABLED257 SUPR0Printf("HWACCMR0InitCPU failed with rc=%d\n", HWACCMR0Globals.lLastError);258 #endif259 259 HWACCMR0Globals.lLastError = VERR_VMX_NO_VMX; 260 }261 260 } 262 261 else
Note:
See TracChangeset
for help on using the changeset viewer.