- Timestamp:
- Jun 29, 2011 4:05:54 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ATAController.h
r37687 r37690 389 389 /** Pointer to Media Notify interface. */ 390 390 R3PTRTYPE(PPDMIMEDIANOTIFY) pMediaNotify; 391 #if 0 /*HC_ARCH_BITS == 32*/391 #if HC_ARCH_BITS == 32 392 392 uint32_t Alignment0; 393 393 #endif -
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r37687 r37690 578 578 R3PTRTYPE(PPDMIMEDIANOTIFY) pMediaNotify; 579 579 580 #if HC_ARCH_BITS == 64581 uint32_t Alignment1 [2];580 #if HC_ARCH_BITS == 32 581 uint32_t Alignment1; 582 582 #endif 583 583
Note:
See TracChangeset
for help on using the changeset viewer.