VirtualBox

Changeset 23284 in vbox


Ignore:
Timestamp:
Sep 24, 2009 1:08:48 PM (15 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

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

    r23283 r23284  
    22422242
    22432243                    STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,DirtyPageTrap));
    2244                     Assert(PdeDst.b.u1Write);
     2244                    Assert(pPdeSrc->b.u1Write);
    22452245
    22462246                    /* Note: No need to invalidate this entry on other VCPUs as a stale TLB entry will not harm; write access will simply
     
    23782378                            STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,DirtyPageTrap));
    23792379
    2380                             Assert(PteDst.n.u1Write);
     2380                            Assert(pPteSrc->n.u1Write);
    23812381
    23822382                            /* Note: No need to invalidate this entry on other VCPUs as a stale TLB entry will not harm; write access will simply
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