VirtualBox

Changeset 48657 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Sep 24, 2013 1:14:57 PM (11 years ago)
Author:
vboxsync
Message:

tstMMHyperHeap: don't assert in MMHyper.cpp/mmR3ComputeHyperHeapSize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp

    r44528 r48657  
    8383    {
    8484        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);
    8592        return 1;
    8693    }
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