Changeset 27125 in vbox for trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
- Timestamp:
- Mar 5, 2010 6:31:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r27121 r27125 164 164 /** Pointer to the device instance. */ 165 165 PPDMDEVINSR3 pDevIns; 166 #if HC_ARCH_BITS == 32 167 uint32_t alignment1; 168 #endif 166 169 /** Number of IRQs that's been raised. */ 167 170 STAMCOUNTER StatPITIrq;
Note:
See TracChangeset
for help on using the changeset viewer.