VirtualBox

Changeset 18293 in vbox


Ignore:
Timestamp:
Mar 26, 2009 5:23:46 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45044
Message:

alignment fix.

File:
1 edited

Legend:

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

    r18291 r18293  
    10491049    RCPTRTYPE(struct PGMRAMRANGE *)     pSelfRC;
    10501050    /** Padding to make aPage aligned on sizeof(PGMPAGE). */
    1051 #if HC_ARCH_BITS == (defined(VBOX_WITH_NEW_PHYS_CODE) ? 64 : 32)
     1051#ifdef VBOX_WITH_NEW_PHYS_CODE
     1052    uint32_t                            au32Alignment2[HC_ARCH_BITS == 32 ? 2 : 1];
     1053#else
     1054# if HC_ARCH_BITS == 32
    10521055    uint32_t                            u32Alignment2;
     1056# endif
    10531057#endif
    10541058    /** Array of physical guest page tracking structures. */
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