VirtualBox

Changeset 13217 in vbox


Ignore:
Timestamp:
Oct 13, 2008 1:40:54 PM (16 years ago)
Author:
vboxsync
Message:

pciinternal: drop unnecessary alignments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/PCIInternal.h

    r13189 r13217  
    8686    /** Pointer to the PCI bus of the device. - RC ptr */
    8787    RCPTRTYPE(struct PCIBus *)      pBusRC;
    88 
    8988#if HC_ARCH_BITS == 64
    90     uint32_t                        Alignment0;
     89    RTRCPTR                         Alignment0;
    9190#endif
    9291
     
    9594    /** Write config callback. */
    9695    R3PTRTYPE(PFNPCICONFIGWRITE)    pfnConfigWrite;
    97 
    98 #if HC_ARCH_BITS == 64
    99     uint32_t                        Alignment1;
    100 #endif
    10196
    10297    /** Set if the specific device fun was requested by PDM.
     
    107102    /** Current state of the IRQ pin of the device. */
    108103    int32_t                         uIrqPinState;
    109 
    110 #if HC_ARCH_BITS == 64
    111     uint32_t                        Alignment2;
    112 #endif
    113104
    114105    /** Read config callback for PCI bridges to pass requests
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