Changeset 16859 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Feb 17, 2009 4:19:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16842 r16859 4672 4672 # endif 4673 4673 4674 # ifdef IN_RC 4675 /* Update the current CR3. */ 4676 ASMSetCR3(pVM->pgm.s.HCPhysShwCR3); 4677 # endif 4674 /* Set the current hypervisor CR3. */ 4675 CPUMSetHyperCR3(pVM, PGMGetHyperCR3(pVM)); 4678 4676 4679 4677 /* Clean up the old CR3 root. */
Note:
See TracChangeset
for help on using the changeset viewer.