VirtualBox

Changeset 61008 in vbox


Ignore:
Timestamp:
May 17, 2016 3:52:50 PM (9 years ago)
Author:
vboxsync
Message:

GIM: Saved state compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r58564 r61008  
    856856            SSMR3GetU64(pSSM, &pHvCpu->uSint2Msr);
    857857        }
    858     }
    859 
    860     uint8_t bDelim;
    861     return SSMR3GetU8(pSSM, &bDelim);
     858
     859        uint8_t bDelim;
     860        rc = SSMR3GetU8(pSSM, &bDelim);
     861    }
     862    else
     863        rc = VINF_SUCCESS;
     864
     865    return rc;
    862866}
    863867
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