Changeset 31631 in vbox for trunk/src/VBox/VMM/VMReq.cpp
- Timestamp:
- Aug 13, 2010 9:48:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMReq.cpp
r30112 r31631 882 882 unsigned fFlags = ((VMREQ volatile *)pReq)->fFlags; /* volatile paranoia */ 883 883 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. */ 885 885 886 886 /*
Note:
See TracChangeset
for help on using the changeset viewer.