Changeset 68886 in vbox
- Timestamp:
- Sep 27, 2017 12:18:48 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r67712 r68886 1956 1956 && (!rc || rc >= VINF_EM_RESCHEDULE_HM)) 1957 1957 { 1958 if ( 1959 && 1958 if ( !VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS) 1959 && !TRPMHasTrap(pVCpu)) /* an interrupt could already be scheduled for dispatching in the recompiler. */ 1960 1960 { 1961 1961 bool fIntrEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.