VirtualBox

Ignore:
Timestamp:
Feb 23, 2010 2:29:17 PM (15 years ago)
Author:
vboxsync
Message:

Moved check up

File:
1 edited

Legend:

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

    r26701 r26711  
    19301930    }
    19311931
    1932     PPGMPOOLPAGE  pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK);
    1933     PSHWPT        pPTDst   = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
    1934 
    19351932    /* Can happen in the guest SMP case; other VCPU activated this PDE while we were blocking to handle the page fault. */
    19361933    if (PdeDst.n.u1Size)
     
    19401937        return VINF_SUCCESS;
    19411938    }
     1939
     1940    PPGMPOOLPAGE  pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK);
     1941    PSHWPT        pPTDst   = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
    19421942
    19431943    Assert(cPages == 1 || !(uErr & X86_TRAP_PF_P));
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