VirtualBox

Changeset 15431 in vbox


Ignore:
Timestamp:
Dec 13, 2008 10:47:24 AM (16 years ago)
Author:
vboxsync
Message:

Oops.

File:
1 edited

Legend:

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

    r15430 r15431  
    13251325    int32_t                     iCpu;
    13261326    /** The entries. */
    1327     PGMMAPSETENTRY              aEntries[64];
     1327    PGMMAPSETENTRY              aEntries[32];
    13281328    /** HCPhys -> iEntry fast lookup table.
    13291329     * Use PGMMAPSET_HASH for hashing.
    13301330     * The entries may or may not be valid, check against cEntries. */
    1331     uint8_t                     aiHashTable[128];
     1331    uint8_t                     aiHashTable[64];
    13321332} PGMMAPSET;
    13331333/** Pointer to the mapping cache set. */
     
    13381338
    13391339/** Hash function for aiHashTable. */
    1340 #define PGMMAPSET_HASH(HCPhys)      (((HCPhys) >> PAGE_SHIFT) & 127)
     1340#define PGMMAPSET_HASH(HCPhys)      (((HCPhys) >> PAGE_SHIFT) & 63)
    13411341
    13421342
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