- Timestamp:
- Jan 30, 2009 3:23:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16419 r16423 1627 1627 return VINF_SUCCESS; 1628 1628 1629 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 1629 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 1630 case PGMPOOLKIND_32BIT_PD_PHYS_REAL: 1631 case PGMPOOLKIND_32BIT_PD_PHYS_PROT: 1632 case PGMPOOLKIND_PAE_PDPT_PHYS_REAL: 1633 case PGMPOOLKIND_PAE_PDPT_PHYS_PROT: 1634 /* Nothing to monitor here. */ 1635 return VINF_SUCCESS; 1636 #else 1630 1637 case PGMPOOLKIND_ROOT_32BIT_PD: 1631 1638 case PGMPOOLKIND_ROOT_PAE_PD:
Note:
See TracChangeset
for help on using the changeset viewer.