VirtualBox

Changeset 43661 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 16, 2012 5:22:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81427
Message:

VBoxSCSI: alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxSCSI.h

    r43659 r43661  
    5959 * Any write to the register at offset 3 causes the interface to be reset. A read returns
    6060 * the SCSI status code of the last operation.
    61  * 
     61 *
    6262 * This part has no R0 or GC components.
    6363 */
     
    116116    uint32_t             iBuf;
    117117    /** The result code of last operation. */
    118     int                  rcCompletion;
     118    int32_t              rcCompletion;
     119#if HC_ARCH_BITS == 64
     120    uint32_t             Alignment1;
     121#endif
    119122    /** Flag whether a request is pending. */
    120123    volatile bool        fBusy;
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