VirtualBox

Changeset 27360 in vbox


Ignore:
Timestamp:
Mar 15, 2010 1:36:29 PM (15 years ago)
Author:
vboxsync
Message:

Don't check page tables without any entries.

File:
1 edited

Legend:

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

    r27284 r27360  
    34483448    {
    34493449        PPGMPOOLPAGE pPage = &pPool->aPages[iPage];
    3450         if (pPage->GCPhys != NIL_RTGCPHYS)
     3450        if (    pPage->GCPhys != NIL_RTGCPHYS
     3451            &&  pPage->cPresent)
    34513452        {
    34523453            switch (pPage->enmKind)
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