VirtualBox

Changeset 23251 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 23, 2009 10:55:46 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52727
Message:

Used the wrong macro

File:
1 edited

Legend:

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

    r23250 r23251  
    23812381                             */
    23822382                            if (    pPage
    2383                                 &&  PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage))
     2383                                &&  PGM_PAGE_HAS_ACTIVE_PHYSICAL_HANDLERS(pPage))
    23842384                            {
    2385                                 /* Assuming write handlers here as the PTE is present (otherwise it wouldn't be). */
     2385                                /* Assuming write handlers here as the PTE is present (otherwise we wouldn't be here). */
    23862386                                pPteDst->n.u1Write    = 0;
    23872387                            }
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