Changeset 16426 in vbox
- Timestamp:
- Jan 30, 2009 4:06:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16425 r16426 2888 2888 # ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2889 2889 case PGMPOOLKIND_32BIT_PD: 2890 case PGMPOOLKIND_32BIT_PD_PHYS_REAL: 2891 case PGMPOOLKIND_32BIT_PD_PHYS_PROT: 2890 2892 Assert(iUserTable < X86_PG_ENTRIES); 2891 2893 break; … … 2904 2906 # ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2905 2907 case PGMPOOLKIND_PAE_PDPT: 2908 case PGMPOOLKIND_PAE_PDPT_PHYS_REAL: 2909 case PGMPOOLKIND_PAE_PDPT_PHYS_PROT: 2906 2910 # else 2907 2911 case PGMPOOLKIND_ROOT_PDPT: … … 2912 2916 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 2913 2917 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 2918 case PGMPOOLKIND_PAE_PD_PHYS_PROT: 2919 case PGMPOOLKIND_PAE_PD_PHYS_REAL: 2914 2920 Assert(iUserTable < X86_PG_PAE_ENTRIES); 2915 2921 break;
Note:
See TracChangeset
for help on using the changeset viewer.