Changeset 59249 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 4, 2016 2:18:00 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104878
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r59248 r59249 523 523 PDMLED Led; 524 524 525 #if HC_ARCH_BITS == 64 525 526 uint32_t u32Alignment3; 527 #endif 526 528 527 529 /** Async IO Thread. */ -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r59248 r59249 289 289 /** The LUN #. */ 290 290 RTUINT iLUN; 291 #if HC_ARCH_BITS == 64 291 292 RTUINT Alignment2; /**< Align pDevInsR3 correctly. */ 293 #endif 292 294 /** Pointer to device instance. */ 293 295 PPDMDEVINSR3 pDevInsR3;
Note:
See TracChangeset
for help on using the changeset viewer.