VirtualBox

Changeset 100750 in vbox


Ignore:
Timestamp:
Jul 31, 2023 12:59:20 PM (16 months ago)
Author:
vboxsync
Message:

Devices/DevPL011: Add saved state support (untested), bugref:10403 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevPL011.cpp

    r100749 r100750  
    14521452    AssertRCReturn(rc, rc);
    14531453    if (GCPhysMmioBase != pThis->GCPhysMmioBase)
    1454         return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RTiop config=%RTiop"), GCPhysMmioBase, pThis->GCPhysMmioBase);
     1454        return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RGp config=%RGp"), GCPhysMmioBase, pThis->GCPhysMmioBase);
    14551455
    14561456    if (uPass != SSM_PASS_FINAL)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette