- Timestamp:
- Jan 31, 2007 11:14:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r1 r485 130 130 /** Pointer to the device instance. */ 131 131 HCPTRTYPE(PPDMDEVINS) pDevIns; 132 #if HC_ARCH_BITS == 32 133 uint32_t Alignment0; 134 #endif 132 135 /** Number of IRQs that's been raised. */ 133 136 STAMCOUNTER StatPITIrq; … … 141 144 142 145 146 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 143 147 /******************************************************************************* 144 148 * Internal Functions * … … 1094 1098 1095 1099 #endif /* IN_RING3 */ 1096 1100 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 1101
Note:
See TracChangeset
for help on using the changeset viewer.