VirtualBox

Changeset 22933 in vbox


Ignore:
Timestamp:
Sep 10, 2009 11:30:17 PM (15 years ago)
Author:
vboxsync
Message:

PGMInternal.h: burn fix.

File:
1 edited

Legend:

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

    r22929 r22933  
    22822282    bool                            fRamPreAlloc;
    22832283    /** Alignment padding. */
    2284     bool                            afAlignment0[7];
     2284    bool                            afAlignment0[3];
    22852285
    22862286    /*
     
    22932293     */
    22942294
     2295    /** The host paging mode. (This is what SUPLib reports.) */
     2296    SUPPAGINGMODE                   enmHostMode;
     2297
    22952298    /** Pointer to the page table entries for the dynamic page mapping area - GCPtr. */
    22962299    RCPTRTYPE(PX86PTE)              paDynPageMap32BitPTEsGC;
    22972300    /** Pointer to the page table entries for the dynamic page mapping area - GCPtr. */
    22982301    RCPTRTYPE(PX86PTEPAE)           paDynPageMapPaePTEsGC;
    2299 
    2300     /** The host paging mode. (This is what SUPLib reports.) */
    2301     SUPPAGINGMODE                   enmHostMode;
    23022302
    23032303    /** 4 MB page mask; 32 or 36 bits depending on PSE-36 (identical for all VCPUs) */
     
    23202320    /** RC pointer corresponding to PGM::pRomRangesR3. */
    23212321    RCPTRTYPE(PPGMROMRANGE)         pRomRangesRC;
     2322#if HC_ARCH_BITS == 64
    23222323    /** Alignment padding. */
    23232324    RTRCPTR                         GCPtrPadding2;
     2325#endif
    23242326
    23252327    /** Pointer to the list of MMIO2 ranges - for R3.
     
    25892591#ifndef IN_TSTVMSTRUCTGC /* HACK */
    25902592AssertCompileMemberAlignment(PGM, paDynPageMap32BitPTEsGC, 8);
     2593AssertCompileMemberAlignment(PGM, GCPtrMappingFixed, sizeof(RTGCPTR));
    25912594AssertCompileMemberAlignment(PGM, HCPhysInterPD, 8);
    25922595AssertCompileMemberAlignment(PGM, aHCPhysDynPageMapCache, 8);
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