VirtualBox

Changeset 34467 in vbox


Ignore:
Timestamp:
Nov 29, 2010 3:07:32 PM (14 years ago)
Author:
vboxsync
Message:

PGMPhys.cpp: Skip ZERO shadow ROM pages in the prealloc case in pgmR3PhysRomReset (we're hitting it now with the PXE ROM changes).

File:
1 edited

Legend:

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

    r34318 r34467  
    32883288                for (uint32_t iPage = 0; iPage < cPages; iPage++)
    32893289                {
    3290                     Assert(!PGM_PAGE_IS_ZERO(&pRom->aPages[iPage].Shadow));
     3290                    if (PGM_PAGE_IS_ZERO(&pRom->aPages[iPage].Shadow))
     3291                        continue;
    32913292                    Assert(!PGM_PAGE_IS_BALLOONED(&pRom->aPages[iPage].Shadow));
    32923293                    void *pvDstPage;
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