VirtualBox

Changeset 86554 in vbox


Ignore:
Timestamp:
Oct 13, 2020 7:41:08 AM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMAllBth.h: Fixed inverted assertion in InvalidatePage/AMD64AMD64 code. bugref:9746

File:
1 edited

Legend:

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

    r86516 r86554  
    11371137    PX86PDEPAE  pPdeDst  = &pPDDst->a[iPDDst];
    11381138    Assert(pPDDst);
    1139     Assert(!(pPdptDst->a[iPdpt].u & X86_PDPE_P));
     1139    Assert(pPdptDst->a[iPdpt].u & X86_PDPE_P);
    11401140
    11411141    /* 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