Changeset 80281 in vbox for trunk/src/VBox/VMM/VMMR3/EMHM.cpp
- Timestamp:
- Aug 15, 2019 7:29:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMHM.cpp
r80191 r80281 87 87 Assert(!(fFlags & ~EM_ONE_INS_FLAGS_MASK)); 88 88 89 if (!HMCanExecuteGuest(pV Cpu, &pVCpu->cpum.GstCtx))89 if (!HMCanExecuteGuest(pVM, pVCpu, &pVCpu->cpum.GstCtx)) 90 90 return VINF_EM_RESCHEDULE; 91 91
Note:
See TracChangeset
for help on using the changeset viewer.