VirtualBox

Changeset 7053 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 20, 2008 4:26:06 PM (17 years ago)
Author:
vboxsync
Message:

Realigning after RTGCPHYS change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/IOMInternal.h

    r5999 r7053  
    4343    /** Avl node core with GCPhys as Key and GCPhys + cbSize - 1 as KeyLast. */
    4444    AVLROGCPHYSNODECORE         Core;
    45 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS)
    46     uint32_t                    u32Alignment; /**< The sizeof(Core) differs. */
    47 #endif
    4845    /** Start physical address. */
    4946    RTGCPHYS                    GCPhys;
    5047    /** Size of the range. */
    5148    RTUINT                      cbSize;
     49    /** Alignment. */
     50    uint32_t                    u32Alignment;
    5251    /** Pointer to user argument. */
    5352    RTR3PTR                     pvUser;
     
    7372    /** Avl node core with GCPhys as Key and GCPhys + cbSize - 1 as KeyLast. */
    7473    AVLROGCPHYSNODECORE         Core;
    75 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS)
    76     uint32_t                    u32Alignment; /**< The sizeof(Core) differs. */
    77 #endif
    7874    /** Start physical address. */
    7975    RTGCPHYS                    GCPhys;
    8076    /** Size of the range. */
    81     RTUINT                      cbSize;
     77    uint32_t                    cbSize;
     78    /** Alignment. */
     79    uint32_t                    u32Alignment;
    8280    /** Pointer to user argument. */
    8381    RTR0PTR                     pvUser;
     
    103101    /** Avl node core with GCPhys as Key and GCPhys + cbSize - 1 as KeyLast. */
    104102    AVLROGCPHYSNODECORE         Core;
    105 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS)
    106     uint32_t                    u32Alignment; /**< The sizeof(Core) differs. */
    107 #endif
    108103    /** Start physical address. */
    109104    RTGCPHYS                    GCPhys;
     
    120115    /** Pointer to fill (memset) callback function. */
    121116    GCPTRTYPE(PFNIOMMMIOFILL)   pfnFillCallback;
    122 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32
    123     RTGCPTR                     GCPtrAlignment; /**< pszDesc is 8 byte aligned. */
    124 #endif
    125117    /** Description / Name. For easing debugging. */
    126118    R3PTRTYPE(const char *)     pszDesc;
     
    266258#if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32
    267259    RTGCPTR                     GCPtrAlignment; /**< pszDesc is 8 byte aligned. */
    268 #endif 
     260#endif
    269261    /** Description / Name. For easing debugging. */
    270262    R3PTRTYPE(const char *)     pszDesc;
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