VirtualBox

Changeset 22926 in vbox


Ignore:
Timestamp:
Sep 10, 2009 10:32:44 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52191
Message:

PGM: alignment fix.

File:
1 edited

Legend:

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

    r22924 r22926  
    18911891    STAMCOUNTER                 StatCacheUncacheable;
    18921892# endif
    1893 #elif HC_ARCH_BITS == 64
     1893#else
    18941894    uint32_t                    Alignment3;         /**< Align the next member on a 64-bit boundrary. */
    18951895#endif
     
    19061906AssertCompileMemberAlignment(PGMPOOL, aDirtyPages, 8);
    19071907#endif
     1908AssertCompileMemberAlignment(PGMPOOL, cUsedPages, 8);
    19081909#ifdef VBOX_WITH_STATISTICS
    19091910AssertCompileMemberAlignment(PGMPOOL, StatAlloc, 8);
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