- Timestamp:
- Nov 21, 2019 9:36:50 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
-
DevVGA-SVGA.cpp (modified) (1 diff)
-
DevVGA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r82059 r82071 5321 5321 else 5322 5322 { 5323 AssertReturn(iRegion == pThis->pciRegions.iFIFO && enmType == PCI_ADDRESS_SPACE_MEM , VERR_INTERNAL_ERROR);5323 AssertReturn(iRegion == pThis->pciRegions.iFIFO && enmType == PCI_ADDRESS_SPACE_MEM_PREFETCH, VERR_INTERNAL_ERROR); 5324 5324 if (GCPhysAddress != NIL_RTGCPHYS) 5325 5325 { -
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82070 r82071 5678 5678 Log(("vgaR3IORegionMap: iRegion=%d GCPhysAddress=%RGp cb=%RGp enmType=%d\n", iRegion, GCPhysAddress, cb, enmType)); 5679 5679 5680 #ifdef VBOX_WITH_VMSVGA5681 AssertReturn( iRegion == pThis->pciRegions.iVRAM5682 && enmType == (pThis->fVMSVGAEnabled ? PCI_ADDRESS_SPACE_MEM : PCI_ADDRESS_SPACE_MEM_PREFETCH),5683 VERR_INTERNAL_ERROR);5684 #else5685 5680 AssertReturn(iRegion == pThis->pciRegions.iVRAM && enmType == PCI_ADDRESS_SPACE_MEM_PREFETCH, VERR_INTERNAL_ERROR); 5686 #endif5687 5681 Assert(pPciDev == pDevIns->apPciDevs[0]); 5688 5682
Note:
See TracChangeset
for help on using the changeset viewer.

