Changeset 20812 in vbox
- Timestamp:
- Jun 23, 2009 10:01:45 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48949
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r20747 r20812 726 726 * Load the REM stuff. 727 727 */ 728 rc = SSMR3GetUInt(pSSM, &pRem->cInvalidatedPages);728 rc = SSMR3GetUInt(pSSM, (uint32_t*)&pRem->cInvalidatedPages); 729 729 if (RT_FAILURE(rc)) 730 730 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.