Changeset 9955
- Timestamp:
- 06/26/08 16:09:13 (5 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9953 r9955 2515 2515 case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD: 2516 2516 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 2517 u.pau64[pUser->iUserTable] = 0; 2518 break; 2519 2517 2520 case PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4: 2518 u.pau64[pUser->iUserTable] = 0;2521 /* There are no references to this page; it's loaded into CR3. */ 2519 2522 break; 2520 2523

