Changeset 48657 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 24, 2013 1:14:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp
r44528 r48657 83 83 { 84 84 RTPrintf("FAILURE: STAMR3Init failed. rc=%Rrc\n", rc); 85 return 1; 86 } 87 88 rc = CFGMR3Init(pVM, NULL, NULL); 89 if (RT_FAILURE(rc)) 90 { 91 RTPrintf("FAILURE: CFGMR3Init failed. rc=%Rrc\n", rc); 85 92 return 1; 86 93 }
Note:
See TracChangeset
for help on using the changeset viewer.