Changeset 104456 in vbox
- Timestamp:
- Apr 29, 2024 2:42:51 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r104407 r104456 3035 3035 * Determine the inhibit bits. 3036 3036 */ 3037 if (!(pVCpu->cpum.GstCtx.rflags.uBoth & ( IEMTB_F_INHIBIT_SHADOW | IEMTB_F_INHIBIT_NMI)))3037 if (!(pVCpu->cpum.GstCtx.rflags.uBoth & (CPUMCTX_INHIBIT_SHADOW | CPUMCTX_INHIBIT_NMI))) 3038 3038 { /* typical */ } 3039 3039 else … … 3049 3049 * likely to go invalid before the end of the translation block. 3050 3050 */ 3051 if (IEM_ IS_64BIT_CODE(pVCpu))3051 if (IEM_F_MODE_X86_IS_FLAT(pVCpu->iem.s.fExec)) 3052 3052 return fRet; 3053 3053
Note:
See TracChangeset
for help on using the changeset viewer.