VirtualBox

Changeset 8087 in vbox


Ignore:
Timestamp:
Apr 17, 2008 10:11:42 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29777
Message:

fix 64-bit builds

File:
1 edited

Legend:

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

    r8085 r8087  
    193193    /** If set the link is temporarily down because of a saved state load. */
    194194    bool                                fLinkTempDown;
    195     /** True if we signal the guest that RX packets are missing. */
    196     bool                                fSignalRxMiss;
    197195
    198196    /** Number of times we've reported the link down. */
     
    221219    /** We are waiting/about to start waiting for more receive buffers. */
    222220    bool volatile                       fMaybeOutOfSpace;
    223     uint8_t                             Alignment5[HC_ARCH_BITS == 64 ? 7 : 3];
     221    /** True if we signal the guest that RX packets are missing. */
     222    bool                                fSignalRxMiss;
     223    uint8_t                             Alignment5[HC_ARCH_BITS == 64 ? 6 : 2];
    224224
    225225#ifdef PCNET_NO_POLLING
Note: See TracChangeset for help on using the changeset viewer.

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