VirtualBox

Changeset 17657 in vbox


Ignore:
Timestamp:
Mar 11, 2009 8:07:11 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44147
Message:

VMMR0: Mac fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r17546 r17657  
    554554                bool fVTxDisabled;
    555555
     556#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    556557                if (RT_UNLIKELY(!PGMGetHyperCR3(pVM)))
    557558                {
     
    559560                    return;
    560561                }
     562#endif
    561563
    562564                /* We might need to disable VT-x if the active switcher turns off paging. */
     
    798800                return VERR_NOT_SUPPORTED;
    799801
     802#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    800803            if (RT_UNLIKELY(!PGMGetHyperCR3(pVM)))
    801804                return VERR_PGM_NO_CR3_SHADOW_ROOT;
     805#endif
    802806
    803807            RTCCUINTREG fFlags = ASMIntDisableFlags();
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