VirtualBox

Changeset 10035 in vbox for trunk


Ignore:
Timestamp:
Jun 30, 2008 5:12:12 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32518
Message:

More annoying assertions removed

File:
1 edited

Legend:

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

    r10021 r10035  
    223223PGM_GST_DECL(int, Enter)(PVM pVM, RTGCPHYS GCPhysCR3)
    224224{
    225     Assert(!HWACCMIsNestedPagingActive(pVM));
    226225    /*
    227226     * Map and monitor CR3
     
    256255PGM_GST_DECL(int, Exit)(PVM pVM)
    257256{
    258     Assert(!HWACCMIsNestedPagingActive(pVM));
    259257    int rc = PGM_GST_NAME(UnmonitorCR3)(pVM);
    260258    if (VBOX_SUCCESS(rc))
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