Changeset 44110 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI
- Timestamp:
- Dec 12, 2012 2:44:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r44006 r44110 1330 1330 SSMR3PutU32 (pSSM, HGSMIHeapSize(&pIns->hostHeap)); 1331 1331 /* need save mem pointer to calculate offset on restore */ 1332 SSMR3PutU64 (pSSM, (uint64_t) pIns->area.pu8Base);1332 SSMR3PutU64 (pSSM, (uint64_t)(uintptr_t)pIns->area.pu8Base); 1333 1333 rc = hgsmiFIFOLock (pIns); 1334 1334 if(RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.