VirtualBox

Ignore:
Timestamp:
Dec 12, 2012 2:44:28 PM (12 years ago)
Author:
vboxsync
Message:

Devices/Graphics/HGSMI: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp

    r44006 r44110  
    13301330        SSMR3PutU32 (pSSM, HGSMIHeapSize(&pIns->hostHeap));
    13311331        /* 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);
    13331333        rc = hgsmiFIFOLock (pIns);
    13341334        if(RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette