VirtualBox

Changeset 37950 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 14, 2011 10:13:39 AM (13 years ago)
Author:
vboxsync
Message:

PGMR0.cpp: Add a VBOX_STRICT around the loop, just in case.

File:
1 edited

Legend:

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

    r37803 r37950  
    8787    if (RT_SUCCESS(rc))
    8888    {
     89#ifdef VBOX_STRICT
    8990        for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++)
    9091        {
     
    9596            Assert(!(pVM->pgm.s.aHandyPages[i].HCPhysGCPhys & ~X86_PTE_PAE_PG_MASK));
    9697        }
     98#endif
    9799
    98100        pVM->pgm.s.cHandyPages = RT_ELEMENTS(pVM->pgm.s.aHandyPages);
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