VirtualBox

Changeset 59720 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Feb 18, 2016 11:03:15 AM (9 years ago)
Author:
vboxsync
Message:

VUSB: fix 32bit builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBInternal.h

    r59718 r59720  
    275275    /** Flag whether the I/O thread was woken up. */
    276276    bool volatile       fWokenUp;
    277     /** The pool of free URBs for faster allocation. */
    278     VUSBURBPOOL         UrbPool;
    279277#if HC_ARCH_BITS == 32
    280278    /** Align the size to a 8 byte boundary. */
    281279    bool                afAlignment0[2];
    282280#endif
     281    /** The pool of free URBs for faster allocation. */
     282    VUSBURBPOOL         UrbPool;
    283283} VUSBDEV;
    284284AssertCompileSizeAlignment(VUSBDEV, 8);
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