Changeset 100750 in vbox
- Timestamp:
- Jul 31, 2023 12:59:20 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevPL011.cpp
r100749 r100750 1452 1452 AssertRCReturn(rc, rc); 1453 1453 if (GCPhysMmioBase != pThis->GCPhysMmioBase) 1454 return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%R Tiop config=%RTiop"), GCPhysMmioBase, pThis->GCPhysMmioBase);1454 return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RGp config=%RGp"), GCPhysMmioBase, pThis->GCPhysMmioBase); 1455 1455 1456 1456 if (uPass != SSM_PASS_FINAL)
Note:
See TracChangeset
for help on using the changeset viewer.