VirtualBox

Changeset 10838 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 23, 2008 7:43:31 PM (17 years ago)
Author:
vboxsync
Message:

Fixed assertion (creation failure).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r9276 r10838  
    801801            Assert(   VMR3GetState(pVM) == VMSTATE_OFF
    802802                   || VMR3GetState(pVM) == VMSTATE_DESTROYING
    803                    || VMR3GetState(pVM) == VMSTATE_TERMINATED);
     803                   || VMR3GetState(pVM) == VMSTATE_TERMINATED
     804                   || VMR3GetState(pVM) == VMSTATE_CREATING);
    804805            /*rc = MMHyperFree(pVM, pCur);
    805806            AssertRCReturn(rc, rc); - not safe, see the alloc call. */
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