VirtualBox

Changeset 25677 in vbox


Ignore:
Timestamp:
Jan 7, 2010 1:20:36 AM (15 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

    r25675 r25677  
    147147    /** Number of device states allocated. */
    148148    uint32_t                   cDeviceStates;
     149
     150#if HC_ARCH_BITS == 64
     151    uint32_t             Alignment2;
     152#endif
     153
    149154    /** States for attached devices. */
    150155    R3PTRTYPE(PLSILOGICDEVICE) paDeviceStates;
     
    199204    uint32_t              cRequestQueueEntries;
    200205
    201     uint32_t              Alignment2;
     206    uint32_t              Alignment3;
    202207
    203208    /** Critical section protecting the reply post queue. */
     
    247252    uint16_t                       u16NextHandle;
    248253
    249     uint16_t                       u16Alignment3;
    250     uint32_t                       u32Alignment4;
     254    uint16_t                       u16Alignment4;
     255    uint32_t                       u32Alignment5;
    251256
    252257    /** Number of ports this controller has. */
    253258    uint8_t                        cPorts;
     259
     260#if HC_ARCH_BITS == 64
     261    uint32_t                       Alignment6;
     262#endif
    254263
    255264    /** BIOS emulation. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette