VirtualBox

Changeset 32539 in vbox


Ignore:
Timestamp:
Sep 16, 2010 8:08:24 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65921
Message:

Removed wrong assertion

File:
1 edited

Legend:

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

    r32521 r32539  
    19331933                            iPTDst -= PGM_SYNC_NR_PAGES / 2;
    19341934
    1935                         /* Paranoia: the faulting page can't be present. We assume that below. */
    1936                         Assert(!SHW_PTE_IS_P(pPTDst->a[iPTDstPage]));
    1937 
    19381935                        for (; iPTDst < iPTDstEnd; iPTDst++)
    19391936                        {
    19401937                            const PGSTPTE pPteSrc = &pPTSrc->a[offPTSrc + iPTDst];
    19411938
    1942                             if (    pPteSrc->n.u1Present
    1943                                 &&  !SHW_PTE_IS_P(pPTDst->a[iPTDst]))
     1939                            if (   pPteSrc->n.u1Present
     1940                                && !SHW_PTE_IS_P(pPTDst->a[iPTDst]))
    19441941                            {
    19451942                                RTGCPTR GCPtrCurPage = (GCPtrPage & ~(RTGCPTR)(GST_PT_MASK << GST_PT_SHIFT)) | ((offPTSrc + iPTDst) << PAGE_SHIFT);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette