Changeset 87777 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 17, 2021 1:48:25 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TRPMInternal.h
r82968 r87777 45 45 { 46 46 #ifdef VBOX_WITH_STATISTICS 47 /** Statistics for interrupt handlers (allocated on the hypervisor heap) - R3 48 * pointer. */ 49 R3PTRTYPE(PSTAMCOUNTER) paStatForwardedIRQR3; 47 /** Statistics for interrupt handlers. */ 48 STAMCOUNTER aStatForwardedIRQ[256]; 49 #else 50 uint64_t uWhatever; 50 51 #endif 51 uint64_t u64Dummy;52 52 } TRPM; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.