Changeset 7500 in vbox
- Timestamp:
- Mar 19, 2008 12:20:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r7496 r7500 74 74 75 75 #ifdef LOG_ENABLED 76 SUPR0Printf("VMXR0EnableCpu cpu %d page %x\n", idCpu, (uint32_t)pPageCpuPhys);76 SUPR0Printf("VMXR0EnableCpu cpu %d page (%x) %x\n", idCpu, pvPageCpu, (uint32_t)pPageCpuPhys); 77 77 #endif 78 78 /* Set revision dword at the beginning of the VMXON structure. */
Note:
See TracChangeset
for help on using the changeset viewer.