Changeset 9595 in vbox
- Timestamp:
- Jun 11, 2008 9:53:30 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9341 r9595 1252 1252 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1253 1253 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1254 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1254 1255 case PGMPOOLKIND_ROOT_PDPT: 1255 1256 break; … … 1265 1266 case PGMPOOLKIND_ROOT_32BIT_PD: 1266 1267 case PGMPOOLKIND_ROOT_PAE_PD: 1268 case PGMPOOLKIND_ROOT_PML4: 1267 1269 #ifdef PGMPOOL_WITH_MIXED_PT_CR3 1268 1270 break; 1269 1271 #endif 1270 1272 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1271 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:1272 case PGMPOOLKIND_ROOT_PML4:1273 1273 default: 1274 1274 AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind)); … … 1333 1333 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1334 1334 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1335 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1335 1336 case PGMPOOLKIND_ROOT_PDPT: 1336 1337 break; … … 1346 1347 case PGMPOOLKIND_ROOT_32BIT_PD: 1347 1348 case PGMPOOLKIND_ROOT_PAE_PD: 1349 case PGMPOOLKIND_ROOT_PML4: 1348 1350 #ifdef PGMPOOL_WITH_MIXED_PT_CR3 1349 1351 break; 1350 1352 #endif 1351 1353 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1352 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:1353 case PGMPOOLKIND_ROOT_PML4:1354 1354 default: 1355 1355 AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind));
Note:
See TracChangeset
for help on using the changeset viewer.

