VirtualBox

Changeset 4943

Show
Ignore:
Timestamp:
09/21/07 09:53:12 (1 year ago)
Author:
vboxsync
Message:

Return from VMR3ReqWait, if the request was killed in vmR3DestroyFinalBit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMReq.cpp

    r4071 r4943  
    621621            rc = RTSemEventWait(pReq->EventSem, RT_INDEFINITE_WAIT); 
    622622            Assert(rc != VERR_TIMEOUT); 
    623         } while (pReq->enmState != VMREQSTATE_COMPLETED); 
     623        } while (   pReq->enmState != VMREQSTATE_COMPLETED 
     624                 && pReq->enmState != VMREQSTATE_INVALID); 
    624625    } 
    625626    if (VBOX_SUCCESS(rc)) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy