Changeset 5364 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 17, 2007 5:27:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r5361 r5364 380 380 /** Flag indicating whether PIIX4 or PIIX3 is being emulated. */ 381 381 bool fPIIX4; 382 bool Alignment0[HC_ARCH_BITS == 64 ? 6 : 2]; /**< Align the struct size. */382 bool Alignment0[HC_ARCH_BITS == 64 ? 5 : 1]; /**< Align the struct size. */ 383 383 } PCIATAState; 384 384
Note:
See TracChangeset
for help on using the changeset viewer.