Changeset 16864 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 17, 2009 4:43:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r16799 r16864 188 188 pVM->pgm.s.HCPhysShwCR3 = pVM->pgm.s.pShwPageCR3R3->Core.Key; 189 189 190 /* Set the current hypervisor CR3. */ 191 CPUMSetHyperCR3(pVM, PGMGetHyperCR3(pVM)); 192 190 193 /* Apply all hypervisor mappings to the new CR3. */ 191 194 return PGMMapActivateAll(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.