VirtualBox

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


Ignore:
Timestamp:
Aug 1, 2023 10:59:45 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158639
Message:

Devices/Gpio/DevPL061: Stub the saved state logic as there is nothing to really save and restore currently, bugref:10453

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Gpio/DevPL061.cpp

    r100108 r100768  
    317317    if (uPass == SSM_PASS_FINAL)
    318318    {
    319         rc = VERR_NOT_IMPLEMENTED;
     319        rc = VINF_SUCCESS;
    320320        AssertRCReturn(rc, rc);
    321321    }
     
    352352
    353353    RT_NOREF(pThis, pThisCC, pSSM);
    354     return VERR_NOT_IMPLEMENTED;
     354    return VINF_SUCCESS;
    355355}
    356356
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