Changeset 18289 in vbox
- Timestamp:
- Mar 26, 2009 5:07:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r17586 r18289 131 131 { 132 132 /* Here we deal with allocation of the root shadow page table for real and protected mode during mode switches; 133 * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables. 133 * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables. 134 134 */ 135 135 #if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ … … 187 187 /* Apply all hypervisor mappings to the new CR3. */ 188 188 return pgmMapActivateCR3(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3)); 189 #else 190 return VINF_SUCCESS; 189 191 #endif 190 return VINF_SUCCESS;191 192 } 192 193
Note:
See TracChangeset
for help on using the changeset viewer.