VirtualBox

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


Ignore:
Timestamp:
Mar 9, 2009 10:31:28 AM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: doesn't apply here

File:
1 edited

Legend:

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

    r17509 r17561  
    181181    unsigned        iPdpt  = (pvFault >> SHW_PDPT_SHIFT) & SHW_PDPT_MASK;
    182182    PX86PDPT        pPdptDst = pgmShwGetPaePDPTPtr(&pVM->pgm.s);
     183#    ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    183184    if (!pPdptDst->a[iPdpt].n.u1Present)
    184185        pPdptDst->a[iPdpt].n.u1Present = 1;
     186#    endif
    185187#   endif
    186188
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