Changeset 105854 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 23, 2024 9:03:01 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r105853 r105854 1245 1245 * as long as possible. */ 1246 1246 uint32_t offPc; 1247 # if defined(IEMNATIVE_WITH_TB_DEBUG_INFO) || defined(VBOX_WITH_STATISTICS) 1247 1248 /** Number of instructions where we could skip the updating. */ 1248 1249 uint8_t cInstrPcUpdateSkipped; 1250 # endif 1249 1251 # ifdef IEMNATIVE_WITH_DELAYED_PC_UPDATING_DEBUG 1250 1252 /** Set after we've loaded PC into uPcUpdatingDebug at the first update. */
Note:
See TracChangeset
for help on using the changeset viewer.