Changeset 2638 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 14, 2007 8:10:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevice.cpp
r2633 r2638 3513 3513 { 3514 3514 PDMDEV_ASSERT_DEVINS(pDevIns); 3515 LogFlow(("pdmR3 GetCPUApicHlp_ClearInterruptFF: caller='%s'/%d: fEnabled=%RTbool\n",3516 pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, fEnabled));3515 LogFlow(("pdmR3DevHlp_QueryCPUId: caller='%s'/%d: iLeaf=%d\n", 3516 pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, iLeaf)); 3517 3517 CPUMGetGuestCpuId(pDevIns->Internal.s.pVMHC, iLeaf, pEax, pEbx, pEcx, pEdx); 3518 3518 }
Note:
See TracChangeset
for help on using the changeset viewer.