Changeset 106286 in vbox
- Timestamp:
- Oct 10, 2024 10:48:48 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerTlbLookup.h
r105728 r106286 350 350 if (a_fDataTlb && iSegReg != UINT8_MAX && (pReNative->fExec & IEM_F_MODE_CPUMODE_MASK) != IEMMODE_64BIT) 351 351 { 352 off = iemNativeEmitBrkEx(pCodeBuf, off, 1); /** @todo this needs testing */353 352 /* cmp seglim, regptr */ 354 353 if (pTlbState->idxRegPtr != UINT8_MAX && offDisp == 0)
Note:
See TracChangeset
for help on using the changeset viewer.