VirtualBox

Ignore:
Timestamp:
Mar 9, 2009 9:55:07 AM (16 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r17558 r17559  
    42594259    int rc = PGM_BTH_PFN(UnmapCR3, pVM)(pVM);
    42604260    AssertRC(rc);
     4261
     4262    /* Exit the current shadow paging mode as well; nested paging and EPT use a root CR3 which will get flushed here. */
     4263    rc = PGM_SHW_PFN(Exit, pVM)(pVM);
     4264    AssertRC(rc);
    42614265#endif
    42624266
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