Changeset 104361 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 18, 2024 2:34:59 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r104357 r104361 2047 2047 /** Native recompiler: The TB finished executing jumping to the ReturnWithFlags label. */ 2048 2048 STAMCOUNTER StatNativeTbExitReturnWithFlags; 2049 2049 2050 /** Native recompiler: The TB finished executing jumping to the RaiseDe label. */ 2050 2051 STAMCOUNTER StatNativeTbExitRaiseDe; … … 2067 2068 /** Native recompiler: The TB finished executing jumping to the ObsoleteTb label. */ 2068 2069 STAMCOUNTER StatNativeTbExitObsoleteTb; 2069 /** Native recompiler: The TB finished executing jumping to the NeedCsLimChecking label. */ 2070 STAMCOUNTER StatNativeTbExitNeedCsLimChecking; 2071 /** Native recompiler: The TB finished executing jumping to the CheckBranchMiss label. */ 2072 STAMCOUNTER StatNativeTbExitCheckBranchMiss; 2073 2074 uint64_t au64Padding[3]; 2070 2071 uint64_t au64Padding[5]; 2075 2072 /** @} */ 2076 2073
Note:
See TracChangeset
for help on using the changeset viewer.