Changeset 16842 in vbox for trunk/src/VBox
- Timestamp:
- Feb 17, 2009 1:29:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16840 r16842 4669 4669 /* Apply all hypervisor mappings to the new CR3. */ 4670 4670 rc = PGMMapActivateAll(pVM); 4671 AssertRC(rc); 4672 # endif 4671 AssertRCReturn(rc, rc); 4672 # endif 4673 4674 # ifdef IN_RC 4675 /* Update the current CR3. */ 4676 ASMSetCR3(pVM->pgm.s.HCPhysShwCR3); 4677 # endif 4678 4673 4679 /* Clean up the old CR3 root. */ 4674 4680 if (pOldShwPageCR3)
Note:
See TracChangeset
for help on using the changeset viewer.