VirtualBox

Changeset 7077 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 21, 2008 3:03:06 PM (17 years ago)
Author:
vboxsync
Message:

Devices/PCNet: try to fix alignment

File:
1 edited

Legend:

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

    r7076 r7077  
    131131    GCPTRTYPE(PTMTIMER)                 pTimerPollGC;
    132132#endif
     133
     134#if HC_ARCH_BITS == 64
     135    uint32_t                            Alignment;
     136#endif
     137
    133138    /** Software Interrupt timer (address for host context) */
    134139    R3R0PTRTYPE(PTMTIMER)               pTimerSoftIntHC;
    135140    /** Software Interrupt timer (address for guest context) */
    136141    GCPTRTYPE(PTMTIMER)                 pTimerSoftIntGC;
    137 
    138 #if HC_ARCH_BITS == 64
    139     uint32_t                            Alignment;
    140 #endif
    141142
    142143    /** Register Address Pointer */
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