VirtualBox

Changeset 7673 in vbox


Ignore:
Timestamp:
Apr 1, 2008 8:09:06 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29189
Message:

next try

File:
1 edited

Legend:

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

    r7672 r7673  
    231231
    232232    /** The host context of the shared memory used for the private interface. */
    233     PPCNETGUESTSHAREDMEMORY            pSharedMMIOHC;
     233    R3R0PTRTYPE(PPCNETGUESTSHAREDMEMORY) pSharedMMIOHC;
    234234    /** The hypervisor/guest context of the shared memory used for the private interface. */
    235235    GCPTRTYPE(PPCNETGUESTSHAREDMEMORY)  pSharedMMIOGC;
    236236
    237237    /** True if host and guest admitted to use the private interface. */
    238 #if HC_ARCH_BITS == 64
    239     uint32_t                            Alignment3;
    240 #endif
    241238    bool                                fPrivIfEnabled;
    242239    bool                                fGCEnabled;
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