VirtualBox

Changeset 18289 in vbox


Ignore:
Timestamp:
Mar 26, 2009 5:07:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45040
Message:

PGMBth.h: nc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMBth.h

    r17586 r18289  
    131131{
    132132    /* Here we deal with allocation of the root shadow page table for real and protected mode during mode switches;
    133      * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables. 
     133     * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables.
    134134     */
    135135#if  (   (   PGM_SHW_TYPE == PGM_TYPE_32BIT \
     
    187187    /* Apply all hypervisor mappings to the new CR3. */
    188188    return pgmMapActivateCR3(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3));
     189#else
     190    return VINF_SUCCESS;
    189191#endif
    190     return VINF_SUCCESS;
    191192}
    192193
Note: See TracChangeset for help on using the changeset viewer.

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