Changeset 13636 in vbox
- Timestamp:
- Oct 28, 2008 8:31:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TRPMInternal.h
r13635 r13636 162 162 RCPTRTYPE(void *) aGuestTrapHandler[256]; 163 163 164 #ifdef VBOX_WITH_STATISTICS165 164 /** RC: The number of times writes to the Guest IDT were detected. */ 166 165 STAMCOUNTER StatRCWriteGuestIDTFault; … … 188 187 /* RC: Statistics for interrupt handlers (allocated on the hypervisor heap). */ 189 188 RCPTRTYPE(PSTAMCOUNTER) paStatForwardedIRQRC; 190 #endif /* VBOX_WITH_STATISTICS */191 189 } TRPM; 192 190 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.