Changeset 19828 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 19, 2009 2:51:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r19827 r19828 3451 3451 * Requests from other threads. 3452 3452 */ 3453 if (VMCPU_FF_IS _PENDING(pVCpu, VMCPU_FF_REQUEST))3453 if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_REQUEST)) 3454 3454 { 3455 3455 rc2 = VMR3ReqProcessU(pVM->pUVM, pVCpu->idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.