Changeset 49794 in vbox for trunk/src/VBox
- Timestamp:
- Dec 5, 2013 5:22:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
r49793 r49794 729 729 #endif 730 730 731 RTAvlU32DoWithAll(&pPatch->patch.Patch2GuestAddrTree, true, patmSaveP2GLookupRecords, pVM);731 rc = RTAvlU32DoWithAll(&pPatch->patch.Patch2GuestAddrTree, true, patmSaveP2GLookupRecords, pVM); 732 732 AssertRCReturn(rc, rc); 733 733
Note:
See TracChangeset
for help on using the changeset viewer.