VirtualBox

Changeset 100751 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 31, 2023 12:59:34 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158621
Message:

Devices/DevPL031: Add saved state support (untested), bugref:10435 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Misc/DevPL031.cpp

    r100748 r100751  
    432432    AssertRCReturn(rc, rc);
    433433    if (GCPhysMmioBase != pThis->GCPhysMmioBase)
    434         return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RTiop config=%RTiop"), GCPhysMmioBase, pThis->GCPhysMmioBase);
     434        return pHlp->pfnSSMSetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - GCPhysMmioBase: saved=%RGp config=%RGp"), GCPhysMmioBase, pThis->GCPhysMmioBase);
    435435
    436436    bool fUtcOffset;
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