- Timestamp:
- Feb 2, 2007 12:42:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDM.cpp
r463 r525 295 295 pDevIns->pvInstanceDataGC = MMHyperHC2GC(pVM, pDevIns->pvInstanceDataHC); 296 296 pDevIns->Internal.s.pVMGC = pVM->pVMGC; 297 if (pDevIns->Internal.s.pPciBus GC)298 pDevIns->Internal.s.pPciBusGC = VM_GUEST_ADDR(pVM, pDevIns->Internal.s.pPciBusHC);299 if (pDevIns->Internal.s.pPciDevice GC)297 if (pDevIns->Internal.s.pPciBusHC) 298 pDevIns->Internal.s.pPciBusGC = MMHyperHC2GC(pVM, pDevIns->Internal.s.pPciBusHC); 299 if (pDevIns->Internal.s.pPciDeviceHC) 300 300 pDevIns->Internal.s.pPciDeviceGC = MMHyperHC2GC(pVM, pDevIns->Internal.s.pPciDeviceHC); 301 301 if (pDevIns->pDevReg->pfnRelocate)
Note:
See TracChangeset
for help on using the changeset viewer.