Changeset 9955 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 26, 2008 2:09:13 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.