Changeset 22267 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 14, 2009 3:55:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r22264 r22267 1570 1570 unsigned cbOp; 1571 1571 1572 /* Only execute the handler on the VCPU the original patch request was issued. */1572 /* Only execute the handler on the VCPU the original patch request was issued. (the other CPU(s) might not yet have switched to protected mode) */ 1573 1573 if (pVCpu->idCpu != idCpu) 1574 1574 return VINF_SUCCESS; … … 1731 1731 #endif 1732 1732 1733 /* Only execute the handler on the VCPU the original patch request was issued. */1733 /* Only execute the handler on the VCPU the original patch request was issued. (the other CPU(s) might not yet have switched to protected mode) */ 1734 1734 if (pVCpu->idCpu != idCpu) 1735 1735 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.