VirtualBox

Changeset 80597 in vbox


Ignore:
Timestamp:
Sep 5, 2019 7:43:17 AM (5 years ago)
Author:
vboxsync
Message:

VMM/GIM: Assertion nit.

File:
1 edited

Legend:

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

    r80333 r80597  
    290290    uint32_t uProviderVersion;
    291291
    292     rc = SSMR3GetU32(pSSM, &uProviderId);           AssertRCReturn(rc, rc);
    293     rc = SSMR3GetU32(pSSM, &uProviderVersion);      AssertRCReturn(rc, rc);
     292    SSMR3GetU32(pSSM, &uProviderId);
     293    rc = SSMR3GetU32(pSSM, &uProviderVersion);
     294    AssertRCReturn(rc, rc);
    294295
    295296    if ((GIMPROVIDERID)uProviderId != pVM->gim.s.enmProviderId)
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