VirtualBox

Changeset 16790 in vbox for trunk/src


Ignore:
Timestamp:
Feb 16, 2009 2:05:10 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: paranoid check

File:
1 edited

Legend:

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

    r16784 r16790  
    776776                return VERR_NOT_SUPPORTED;
    777777
     778#ifdef VBOX_STRICT
     779            if (RT_UNLIKELY(!PGMGetHyperCR3(pVM)))
     780                return VERR_NOT_SUPPORTED;
     781#endif
     782
    778783            RTCCUINTREG fFlags = ASMIntDisableFlags();
    779784            int rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
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