Changeset 54961 in vbox
- Timestamp:
- Mar 26, 2015 9:08:25 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
r48980 r54961 513 513 514 514 rc = CFGMR3ReplaceSubTree(*ppNode, pBelowThisCopy); 515 if (RT_FAILURE(rc)) 516 { 517 CFGMR3RemoveNode(pBelowThis); 518 AssertLogRelReturn(("rc=%Rrc\n", rc), rc); 519 } 515 AssertLogRelRCReturnStmt(rc, CFGMR3RemoveNode(pBelowThis), rc); 520 516 } 521 517 }
Note:
See TracChangeset
for help on using the changeset viewer.

