VirtualBox

Changeset 23355 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 28, 2009 7:45:59 AM (15 years ago)
Author:
vboxsync
Message:

LsiLogic: Fix misaligned critical section

File:
1 edited

Legend:

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

    r22793 r23355  
    20672067    uint32_t              cRequestQueueEntries;
    20682068
     2069#if HC_ARCH_BITS == 64
     2070    uint32_t              Alignment2;
     2071#endif
     2072
    20692073    /** Critical section protecting the reply post queue. */
    20702074    PDMCRITSECT           ReplyPostQueueCritSect;
    20712075    /** Critical section protecting the reply free queue. */
    20722076    PDMCRITSECT           ReplyFreeQueueCritSect;
    2073 
    2074 #if HC_ARCH_BITS == 64
    2075     uint32_t              Alignment2;
    2076 #endif
    20772077
    20782078    /** Pointer to the start of the reply free queue - R3. */
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