Changeset 95561 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 7, 2022 11:56:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r95560 r95561 718 718 IEMTLB CodeTlb; 719 719 720 /** Exception and interrupt statistics. */ 721 STAMCOUNTER aStatXcpts[256]; 720 /** Exception statistics. */ 721 STAMCOUNTER aStatXcpts[32]; 722 /** Interrupt statistics. */ 723 uint32_t aStatInts[256]; 722 724 723 725 #if defined(VBOX_WITH_STATISTICS) && !defined(IN_TSTVMSTRUCT) && !defined(DOXYGEN_RUNNING)
Note:
See TracChangeset
for help on using the changeset viewer.