Changeset 100059 in vbox for trunk/src/VBox/VMM/include/IEMInline.h
- Timestamp:
- Jun 3, 2023 12:17:25 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInline.h
r100052 r100059 406 406 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pVCpu->cpum.GstCtx.tr)); 407 407 408 pVCpu->iem.s.fExec = iemCalcExecFlags(pVCpu) | fExecOpts; 408 pVCpu->iem.s.rcPassUp = VINF_SUCCESS; 409 pVCpu->iem.s.fExec = iemCalcExecFlags(pVCpu) | fExecOpts; 410 pVCpu->iem.s.cActiveMappings = 0; 411 pVCpu->iem.s.iNextMapping = 0; 412 409 413 # ifdef VBOX_STRICT 410 414 pVCpu->iem.s.enmDefAddrMode = (IEMMODE)0xfe; … … 435 439 # endif 436 440 # endif /* VBOX_STRICT */ 437 438 pVCpu->iem.s.cActiveMappings = 0;439 pVCpu->iem.s.iNextMapping = 0;440 pVCpu->iem.s.rcPassUp = VINF_SUCCESS;441 441 } 442 442 # endif /* VBOX_INCLUDED_vmm_dbgf_h */
Note:
See TracChangeset
for help on using the changeset viewer.