Changeset 100695 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 25, 2023 11:03:20 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r100694 r100695 1148 1148 /** Spaced reserved for recompiler data / alignment. */ 1149 1149 bool afRecompilerStuff1[4]; 1150 /** Threaded TB statistics: Number of instructions per TB. */ 1151 STAMPROFILE StatTbThreadedInstr; 1152 /** Threaded TB statistics: Number of calls per TB. */ 1153 STAMPROFILE StatTbThreadedCalls; 1150 1154 /** @} */ 1151 1155
Note:
See TracChangeset
for help on using the changeset viewer.