VirtualBox

Changeset 18937 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Apr 16, 2009 12:39:09 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46013
Message:

PGMCPU alignment

File:
1 edited

Legend:

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

    r18936 r18937  
    13051305     * The max is UINT16_MAX - 1. */
    13061306    uint16_t                    cRefs;
     1307#if HC_ARCH_BITS == 64
     1308    uint32_t                    alignment;
     1309#endif
    13071310    /** Pointer to the page. */
    13081311    RTR0PTR                     pvPage;
     
    13301333    /** The index of the current CPU, only valid if the set is open. */
    13311334    int32_t                     iCpu;
     1335#if HC_ARCH_BITS == 64
     1336    uint32_t                    alignment;
     1337#endif
    13321338    /** The entries. */
    13331339    PGMMAPSETENTRY              aEntries[64];
     
    24652471    /** Offset of the PGM structure relative to VMCPU. */
    24662472    RTINT                           offPGM;
    2467     RTINT                           uPadding0;
     2473    RTINT                           uPadding0;      /**< structure size alignment. */
    24682474
    24692475    /** Automatically tracked physical memory mapping set.
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