VirtualBox

Changeset 7959 in vbox


Ignore:
Timestamp:
Apr 14, 2008 4:22:42 PM (17 years ago)
Author:
vboxsync
Message:

PAE shadow & 32 bits guest, so the entry size is 4 bytes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r7957 r7959  
    360360                    /* paranoia / a bit assumptive. */
    361361                    else if (   pCpu
    362                              && (off & 7)
    363                              && (off & 7) + pgmPoolDisasWriteSize(pCpu) > 8)
     362                             && (off & 3)
     363                             && (off & 3) + pgmPoolDisasWriteSize(pCpu) > 4)
    364364                    {
    365365                        const unsigned iShw2 = iShw + 2;
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