VirtualBox

Changeset 20812 in vbox


Ignore:
Timestamp:
Jun 23, 2009 10:01:45 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48949
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r20747 r20812  
    726726         * Load the REM stuff.
    727727         */
    728         rc = SSMR3GetUInt(pSSM, &pRem->cInvalidatedPages);
     728        rc = SSMR3GetUInt(pSSM, (uint32_t*)&pRem->cInvalidatedPages);
    729729        if (RT_FAILURE(rc))
    730730            return rc;
Note: See TracChangeset for help on using the changeset viewer.

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