Changeset 100305 in vbox for trunk/src/VBox/VMM/include/IEMInternal.h
- Timestamp:
- Jun 27, 2023 10:25:44 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r100277 r100305 1012 1012 /** Statistics: Number of TB lookup hits (debug only). */ 1013 1013 uint64_t cTbLookupHits; 1014 /** Number of TBs executed. */ 1015 uint64_t cTbExec; 1014 1016 /** Whether to end the current TB. */ 1015 1017 bool fEndTb; 1016 1018 /** Spaced reserved for recompiler data / alignment. */ 1017 1019 bool afRecompilerStuff1[7]; 1018 /** Spaced reserved for recompiler data / alignment. */1019 uint64_t auRecompilerStuff2[1];1020 1020 /** @} */ 1021 1021
Note:
See TracChangeset
for help on using the changeset viewer.