VirtualBox

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


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

Backed out 44000; code was already inactive

File:
1 edited

Legend:

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

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