VirtualBox

Changeset 58 in vbox


Ignore:
Timestamp:
Jan 16, 2007 12:39:56 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17494
Message:

Removed incorrect assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r23 r58  
    30473047        unsigned iPage = pRam->cb >> PAGE_SHIFT;
    30483048        while (iPage-- > 0)
    3049         {
    3050             Assert(pRam->aHCPhys[iPage] & X86_PTE_PAE_PG_MASK);
    30513049            pRam->aHCPhys[iPage] &= MM_RAM_FLAGS_NO_REFS_MASK;
    3052         }
    30533050    }
    30543051
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