Changeset 100751 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 31, 2023 12:59:34 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 158621
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Misc/DevPL031.cpp
r100748 r100751 432 432 AssertRCReturn(rc, rc); 433 433 if (GCPhysMmioBase != pThis->GCPhysMmioBase) 434 return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%R Tiop config=%RTiop"), GCPhysMmioBase, pThis->GCPhysMmioBase);434 return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RGp config=%RGp"), GCPhysMmioBase, pThis->GCPhysMmioBase); 435 435 436 436 bool fUtcOffset;
Note:
See TracChangeset
for help on using the changeset viewer.