Changeset 7792 in vbox
- Timestamp:
- Apr 8, 2008 11:07:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r7715 r7792 1166 1166 case PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT: 1167 1167 case PGMPOOLKIND_PAE_PT_FOR_32BIT_PT: 1168 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1169 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1168 1170 break; 1169 1171 … … 1181 1183 break; 1182 1184 #endif 1183 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:1184 1185 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1185 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:1186 1186 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1187 1187 case PGMPOOLKIND_ROOT_PDPT: … … 1247 1247 case PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT: 1248 1248 case PGMPOOLKIND_PAE_PT_FOR_32BIT_PT: 1249 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1250 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1249 1251 break; 1250 1252 … … 1262 1264 break; 1263 1265 #endif 1264 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:1265 1266 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1266 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:1267 1267 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1268 1268 case PGMPOOLKIND_ROOT_PDPT:
Note:
See TracChangeset
for help on using the changeset viewer.