Changeset 19123 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Apr 22, 2009 9:52:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19032 r19123 106 106 AssertReturn(pvPageCpu, VERR_INVALID_PARAMETER); 107 107 108 #if def LOG_ENABLED108 #if defined(LOG_ENABLED) && !defined(DEBUG_bird) 109 109 SUPR0Printf("VMXR0EnableCpu cpu %d page (%x) %x\n", pCpu->idCpu, pvPageCpu, (uint32_t)pPageCpuPhys); 110 110 #endif … … 153 153 ASMSetCR4(ASMGetCR4() & ~X86_CR4_VMXE); 154 154 155 #if def LOG_ENABLED155 #if defined(LOG_ENABLED) && !defined(DEBUG_bird) 156 156 SUPR0Printf("VMXR0DisableCpu cpu %d\n", pCpu->idCpu); 157 157 #endif
Note:
See TracChangeset
for help on using the changeset viewer.