VirtualBox

Changeset 49789 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Dec 5, 2013 12:51:16 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91109
Message:

VMM: don't ignore the error code of RTAvl*DoWithAll() if the callback function actually returns codes other than VINF_SUCCESS, in particular not when saving the PATM state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r49481 r49789  
    51555155        rc = RTAvlGCPtrDoWithAll(&pGVM->gmm.s.pSharedModuleTree, true /* fFromLeft */, gmmR0CheckSharedModule, &Args);
    51565156
    5157         Log(("GMMR0CheckSharedModules done!\n"));
     5157        Log(("GMMR0CheckSharedModules done (rc=%Rrc)!\n", rc));
    51585158        GMM_CHECK_SANITY_UPON_LEAVING(pGMM);
    51595159    }
Note: See TracChangeset for help on using the changeset viewer.

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