- Timestamp:
- Jun 22, 2017 8:54:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r67529 r67553 1977 1977 } 1978 1978 #else 1979 fIntrEnabled = pCtx->eflags.Bits.u1IF;1979 fIntrEnabled &= pCtx->eflags.Bits.u1IF; 1980 1980 #endif 1981 1981 if (fIntrEnabled)
Note:
See TracChangeset
for help on using the changeset viewer.