Changeset 105718 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
- Timestamp:
- Aug 19, 2024 2:20:25 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r105712 r105718 1518 1518 */ 1519 1519 pHlp->pfnPrintf(pHlp, 1520 "pTb=%p: GCPhysPc=%RGp cInstructions=%u LB %#x cRanges=%u cTbLookupEntries=%u\n"1520 "pTb=%p: GCPhysPc=%RGp (%RGv) cInstructions=%u LB %#x cRanges=%u cTbLookupEntries=%u\n" 1521 1521 "pTb=%p: cUsed=%u msLastUsed=%u fFlags=%#010x %s\n", 1522 pTb, pTb->GCPhysPc, pTb-> cInstructions, pTb->cbOpcodes, pTb->cRanges, pTb->cTbLookupEntries,1522 pTb, pTb->GCPhysPc, pTb->FlatPc, pTb->cInstructions, pTb->cbOpcodes, pTb->cRanges, pTb->cTbLookupEntries, 1523 1523 pTb, pTb->cUsed, pTb->msLastUsed, pTb->fFlags, iemTbFlagsToString(pTb->fFlags, szDisBuf, sizeof(szDisBuf))); 1524 1524 … … 2780 2780 pVCpu->iem.s.pThrdCompileTbR3 = pTb; 2781 2781 } 2782 pTb->FlatPc = pVCpu->iem.s.uInstrBufPc | (GCPhysPc & GUEST_PAGE_OFFSET_MASK); 2782 2783 2783 2784 /* Set the current TB so iemThreadedCompileLongJumped and the CIMPL
Note:
See TracChangeset
for help on using the changeset viewer.