Changeset 7994 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 15, 2008 2:10:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r7972 r7994 1253 1253 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1254 1254 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1255 case PGMPOOLKIND_ROOT_PDPT: 1255 1256 break; 1256 1257 … … 1270 1271 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1271 1272 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1272 case PGMPOOLKIND_ROOT_PDPT:1273 1273 case PGMPOOLKIND_ROOT_PML4: 1274 1274 default: … … 1334 1334 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 1335 1335 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 1336 case PGMPOOLKIND_ROOT_PDPT: 1336 1337 break; 1337 1338 … … 1351 1352 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 1352 1353 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 1353 case PGMPOOLKIND_ROOT_PDPT:1354 1354 case PGMPOOLKIND_ROOT_PML4: 1355 1355 default:
Note:
See TracChangeset
for help on using the changeset viewer.