VirtualBox

Changeset 16426 in vbox


Ignore:
Timestamp:
Jan 30, 2009 4:06:51 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: more missing cases

File:
1 edited

Legend:

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

    r16425 r16426  
    28882888# ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    28892889        case PGMPOOLKIND_32BIT_PD:
     2890            case PGMPOOLKIND_32BIT_PD_PHYS_REAL:
     2891            case PGMPOOLKIND_32BIT_PD_PHYS_PROT:
    28902892            Assert(iUserTable < X86_PG_ENTRIES);
    28912893            break;
     
    29042906# ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    29052907        case PGMPOOLKIND_PAE_PDPT:
     2908            case PGMPOOLKIND_PAE_PDPT_PHYS_REAL:
     2909            case PGMPOOLKIND_PAE_PDPT_PHYS_PROT:
    29062910# else
    29072911        case PGMPOOLKIND_ROOT_PDPT:
     
    29122916        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    29132917        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     2918        case PGMPOOLKIND_PAE_PD_PHYS_PROT:
     2919            case PGMPOOLKIND_PAE_PD_PHYS_REAL:
    29142920            Assert(iUserTable < X86_PG_PAE_ENTRIES);
    29152921            break;
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