VirtualBox

Changeset 10838

Show
Ignore:
Timestamp:
07/23/08 21:43:31 (2 months ago)
Author:
vboxsync
Message:

Fixed assertion (creation failure).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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. */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy