VirtualBox

Changeset 36905 in vbox


Ignore:
Timestamp:
Apr 30, 2011 12:19:51 PM (14 years ago)
Author:
vboxsync
Message:

PGM: Alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r36904 r36905  
    13051305
    13061306#ifdef PGM_USE_RAMRANGE_SEARCH_TREES
     1307    /** Alignment padding. */
     1308    RTRCPTR                             Alignment0;
    13071309    /** Pointer to the left search three node - ring-3 context. */
    13081310    R3PTRTYPE(struct PGMRAMRANGE *)     pLeftR3;
     
    13211323    /** Padding to make aPage aligned on sizeof(PGMPAGE). */
    13221324#ifdef PGM_USE_RAMRANGE_SEARCH_TREES
    1323     uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 3 : 3];
     1325# if HC_ARCH_BITS == 32
     1326    uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 2 : 0];
     1327# endif
    13241328#else
    13251329    uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 1 : 3];
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