VirtualBox

Ignore:
Timestamp:
Oct 7, 2020 12:59:43 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMAll.cpp: Working on eliminating page table bitfield use. [build fix] bugref:9841 bugref:9746

File:
1 edited

Legend:

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

    r86466 r86468  
    11071107    }
    11081108    PX86PDEPAE  pPdeDst  = &pPDDst->a[iPDDst];
    1109     PX86PDPE    pPdpeDst = &pPdptDst->a[iPdpt];
    11101109    Assert(pPDDst);
    1111     Assert(!(pPdpeDst->u & X86_PDPE_P));
     1110    Assert(!(pPdptDst->a[iPdpt].u & X86_PDPE_P));
    11121111
    11131112    /* Fetch the pgm pool shadow descriptor. */
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