Changeset 20812 in vbox
- Timestamp:
- Jun 23, 2009 10:01:45 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/recompiler/VBoxRecompiler.c (modified) (1 diff)
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.

