Changeset 7569 in vbox
- Timestamp:
- Mar 26, 2008 11:47:48 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r7524 r7569 170 170 HWACCMR0Globals.lLastError = hwaccmr0CheckCpuRcArray(aRc, RT_ELEMENTS(aRc), &idCpu); 171 171 172 AssertMsg(VBOX_SUCCESS(HWACCMR0Globals.lLastError), ("HWACCMR0InitCPU failed for cpu %d with rc=%d\n", idCpu, HWACCMR0Globals.lLastError));173 172 if (VBOX_SUCCESS(HWACCMR0Globals.lLastError)) 174 173 { … … 254 253 } 255 254 else 255 { 256 #ifdef LOG_ENABLED 257 SUPR0Printf("HWACCMR0InitCPU failed for cpu %d with rc=%d\n", idCpu, HWACCMR0Globals.lLastError); 258 #endif 256 259 HWACCMR0Globals.lLastError = VERR_VMX_NO_VMX; 260 } 257 261 } 258 262 else
Note:
See TracChangeset
for help on using the changeset viewer.