VirtualBox

Changeset 28339 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 14, 2010 10:17:01 PM (15 years ago)
Author:
vboxsync
Message:

alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r28332 r28339  
    112112    INTNETIFHANDLE                  hIf;
    113113    /** The receive thread state. */
    114     RECVSTATE volatile             enmRecvState;
     114    RECVSTATE volatile              enmRecvState;
    115115    /** The receive thread. */
    116116    RTTHREAD                        hRecvThread;
     
    135135     * as late as possible. */
    136136    bool                            fActivateEarlyDeactivateLate;
    137 #if HC_ARCH_BITS == 64
    138137    /** Padding. */
    139     bool                            afReserved[HC_ARCH_BITS == 64 ? 4 : 0];
    140 #endif
     138    bool                            afReserved[HC_ARCH_BITS == 64 ? 4 : 4];
    141139    /** The network name. */
    142140    char                            szNetwork[INTNET_MAX_NETWORK_NAME];
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