VirtualBox

Changeset 49794 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 5, 2013 5:22:10 PM (11 years ago)
Author:
vboxsync
Message:

PATMSSM.cpp: RTAvlU32DoWithAll rc fix.

File:
1 edited

Legend:

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

    r49793 r49794  
    729729#endif
    730730
    731     RTAvlU32DoWithAll(&pPatch->patch.Patch2GuestAddrTree, true, patmSaveP2GLookupRecords, pVM);
     731    rc = RTAvlU32DoWithAll(&pPatch->patch.Patch2GuestAddrTree, true, patmSaveP2GLookupRecords, pVM);
    732732    AssertRCReturn(rc, rc);
    733733
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