VirtualBox

Changeset 2137 in vbox for trunk/src


Ignore:
Timestamp:
Apr 17, 2007 3:52:23 PM (18 years ago)
Author:
vboxsync
Message:

Drop page flags consistency check in non-paging mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r2120 r2137  
    707707                }
    708708
    709 #  ifdef VBOX_STRICT
     709#  if PGM_WITH_PAGING(PGM_GST_TYPE)
     710#   ifdef VBOX_STRICT
    710711                /*
    711712                 * Check for VMM page flags vs. Guest page flags consistency.
     
    734735                else
    735736                    AssertMsgFailed(("PGMGCGetPage rc=%Vrc\n", rc));
    736 #  endif /* VBOX_STRICT */
     737#   endif /* VBOX_STRICT */
     738#  endif /* PGM_WITH_PAGING(PGM_GST_TYPE) */
    737739            }
    738740            STAM_PROFILE_STOP(&pVM->pgm.s.StatOutOfSync, c);
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