- Timestamp:
- Nov 3, 2009 2:37:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r24265 r24290 2715 2715 break; 2716 2716 if (!pMapping) 2717 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Couldn't find mapping: cPTs=% #x szDesc=%s (GCPtr=%RGv)"),2717 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Couldn't find mapping: cPTs=%x szDesc=%s (GCPtr=%RGv)"), 2718 2718 cPTs, szDesc, GCPtr); 2719 2719
Note:
See TracChangeset
for help on using the changeset viewer.