VirtualBox

Changeset 4917 in vbox for trunk/src/VBox/VMM/PGMHandler.cpp


Ignore:
Timestamp:
Sep 20, 2007 10:06:48 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24659
Message:

Don't trigger breakpoints in ring 0. (AssertRelease & co)

File:
1 edited

Legend:

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

    r4787 r4917  
    180180{
    181181    PPGMPHYSHANDLER pCur = (PPGMPHYSHANDLER)pNode;
    182     unsigned        fFlags = pgmHandlerPhysicalCalcFlags(pCur);
     182    unsigned        fFlags = pgmHandlerPhysicalCalcFlags((PVM)pvUser, pCur);
    183183    PPGMRAMRANGE    pRamHint = NULL;
    184184    RTGCPHYS        GCPhys = pCur->Core.Key;
     
    434434        for (unsigned iPage = 0; iPage < pCur->cPages; iPage++)
    435435            if (pCur->aPhysToVirt[iPage].offNextAlias & PGMPHYS2VIRTHANDLER_IN_TREE)
    436                 pgmHandlerVirtualClearPage(pPGM, pCur, iPage);
     436                pgmHandlerVirtualClearPage(pVM, pPGM, pCur, iPage);
    437437
    438438        /*
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