VirtualBox

Changeset 7675 in vbox for trunk/src


Ignore:
Timestamp:
Apr 1, 2008 8:30:39 AM (17 years ago)
Author:
vboxsync
Message:

finally fix the 64-bit Linux builds

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r7673 r7675  
    234234    /** The hypervisor/guest context of the shared memory used for the private interface. */
    235235    GCPTRTYPE(PPCNETGUESTSHAREDMEMORY)  pSharedMMIOGC;
     236
     237#if HC_ARCH_BITS == 64
     238    uint32_t                            Alignment3;
     239#endif
    236240
    237241    /** True if host and guest admitted to use the private interface. */
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp

    r7557 r7675  
    370370    GEN_CHECK_OFF(PCNetState, pfnEMInterpretInstructionR0
    371371#endif
     372    GEN_CHECK_OFF(PCNetState, pSharedMMIOHC);
     373    GEN_CHECK_OFF(PCNetState, pSharedMMIOGC);
     374    GEN_CHECK_OFF(PCNetState, fPrivIfEnabled);
    372375    GEN_CHECK_OFF(PCNetState, fGCEnabled);
    373376    GEN_CHECK_OFF(PCNetState, fR0Enabled);
    374377    GEN_CHECK_OFF(PCNetState, fAm79C973);
     378    GEN_CHECK_OFF(PCNetState, u32LinkSpeed);
    375379#ifdef VBOX_WITH_STATISTICS
    376380    GEN_CHECK_OFF(PCNetState, StatMMIOReadGC);
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