Changeset 70687 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 22, 2018 7:35:11 PM (7 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r70685 r70687 416 416 PDMLED Led; 417 417 418 #if HC_ARCH_BITS == 64419 418 uint32_t u32Alignment3; 420 #endif421 419 422 420 /** Async IO Thread. */ -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r69500 r70687 343 343 /** The LUN #. */ 344 344 RTUINT iLUN; 345 #if HC_ARCH_BITS == 64 345 346 346 RTUINT Alignment2; /**< Align pDevInsR3 correctly. */ 347 #endif 347 348 348 /** Pointer to device instance. */ 349 349 PPDMDEVINSR3 pDevInsR3;
Note:
See TracChangeset
for help on using the changeset viewer.