VirtualBox

Changeset 16842 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 17, 2009 1:29:58 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: update cr3 in RC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r16840 r16842  
    46694669    /* Apply all hypervisor mappings to the new CR3. */
    46704670    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
    46734679    /* Clean up the old CR3 root. */
    46744680    if (pOldShwPageCR3)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette