Changeset 105878 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2024 11:31:45 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r105877 r105878 1175 1175 well write it out and reset offPc to zero. Otherwise, we'd need to use 1176 1176 a copy the shadow PC, which will cost another move instruction here. */ 1177 # if defined(IEMNATIVE_WITH_TB_DEBUG_INFO) || defined(LOG_ENABLED) || defined(VBOX_WITH_STATISTICS) 1177 1178 uint8_t const idxOldInstrPlusOne = pReNative->idxInstrPlusOneOfLastPcUpdate; 1178 1179 pReNative->idxInstrPlusOneOfLastPcUpdate = RT_MAX(idxInstr + 1, idxOldInstrPlusOne); … … 1185 1186 iemNativeDbgInfoAddDelayedPcUpdate(pReNative, pReNative->Core.offPc, cInstrsSkipped); 1186 1187 # endif 1188 # endif 1187 1189 pReNative->Core.offPc = 0; 1188 1190 #endif
Note:
See TracChangeset
for help on using the changeset viewer.