VirtualBox

Changeset 31631 in vbox for trunk/src/VBox/VMM/VMReq.cpp


Ignore:
Timestamp:
Aug 13, 2010 9:48:28 AM (14 years ago)
Author:
vboxsync
Message:

Wrong assertion

File:
1 edited

Legend:

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

    r30112 r31631  
    882882        unsigned fFlags = ((VMREQ volatile *)pReq)->fFlags;     /* volatile paranoia */
    883883
    884         Assert(pReq->idDstCpu != VMCPUID_ANY_QUEUE || pUVCpu);
     884        /* Note: pUVCpu may or may not be NULL in the VMCPUID_ANY_QUEUE case; we don't care. */
    885885
    886886        /*
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