Changeset 8005 in vbox
- Timestamp:
- Apr 15, 2008 3:40:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r7999 r8005 4294 4294 return rc; 4295 4295 4296 if (pData->fHaveDirtyBits && pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS )4296 if (pData->fHaveDirtyBits && pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS32) 4297 4297 { 4298 4298 PPDMDEVINS pDevIns = pData->pDevInsHC; … … 4327 4327 4328 4328 /* The dirty bits array has been just cleared, reset handlers as well. */ 4329 if (pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS )4329 if (pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS32) 4330 4330 { 4331 4331 PPDMDEVINS pDevIns = pData->pDevInsHC; … … 4938 4938 || pData->fR0Enabled) 4939 4939 && pData->GCPhysVRAM 4940 && pData->GCPhysVRAM != NIL_RTGCPHYS )4940 && pData->GCPhysVRAM != NIL_RTGCPHYS32) 4941 4941 { 4942 4942 int rc = PGMHandlerPhysicalReset(PDMDevHlpGetVM(pDevIns), pData->GCPhysVRAM);
Note:
See TracChangeset
for help on using the changeset viewer.