Changeset 16594 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 9, 2009 3:10:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16579 r16594 1576 1576 case PGMPOOLKIND_PAE_PDPT_PHYS: 1577 1577 case PGMPOOLKIND_32BIT_PD_PHYS: 1578 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 1579 case PGMPOOLKIND_PAE_PDPT_FOR_32BIT: 1580 #endif 1578 1581 break; 1579 1582 default: … … 1641 1644 case PGMPOOLKIND_PAE_PDPT_PHYS: 1642 1645 case PGMPOOLKIND_PAE_PD_PHYS: 1646 case PGMPOOLKIND_PAE_PDPT_FOR_32BIT: 1643 1647 /* Nothing to monitor here. */ 1644 1648 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.