Changeset 103189 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
- Timestamp:
- Feb 4, 2024 8:47:24 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r103188 r103189 1813 1813 pCall->cbOpcode = cbInstr; 1814 1814 pCall->auParams[0] = (uint32_t)cbInstr 1815 | ( (pVCpu->iem.s.fExec & UINT32_C(0xffffff))<< 8) /* liveness: Enough of fExec for IEM_F_MODE_X86_IS_FLAT. */1815 | (uint32_t)(pVCpu->iem.s.fExec << 8) /* liveness: Enough of fExec for IEM_F_MODE_X86_IS_FLAT. */ 1816 1816 /* The upper dword is sometimes used for cbStartPage. */; 1817 1817 pCall->auParams[1] = idxRange;
Note:
See TracChangeset
for help on using the changeset viewer.