Changeset 104362 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 18, 2024 3:29:48 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r104361 r104362 1909 1909 /** Statistics: Times a jump or page crossing required a TB with CS.LIM checking. */ 1910 1910 STAMCOUNTER StatCheckNeedCsLimChecking; 1911 /** Statistics: Times a loop was detected within a TB.. */ 1912 STAMCOUNTER StatTbLoopInTbDetected; 1911 1913 /** Exec memory allocator statistics: Number of times allocaintg executable memory failed. */ 1912 1914 STAMCOUNTER StatNativeExecMemInstrBufAllocFailed; … … 2069 2071 STAMCOUNTER StatNativeTbExitObsoleteTb; 2070 2072 2071 uint64_t au64Padding[ 5];2073 uint64_t au64Padding[4]; 2072 2074 /** @} */ 2073 2075
Note:
See TracChangeset
for help on using the changeset viewer.