VirtualBox

Changeset 30814 in vbox


Ignore:
Timestamp:
Jul 14, 2010 9:56:50 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63630
Message:

Compile fixes

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r30813 r30814  
    12171217        pPGM->pGstAmd64Pml4R3  = NULL;
    12181218#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    1219         pPGM->pGst32BitPdR0    = NIL_RTR0PTR:
     1219        pPGM->pGst32BitPdR0    = NIL_RTR0PTR;
    12201220        pPGM->pGstPaePdptR0    = NIL_RTR0PTR;
    12211221        pPGM->pGstAmd64Pml4R0  = NIL_RTR0PTR;
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r30813 r30814  
    33843384
    33853385            /* Flush dangling PGM pointers (R3 & R0 ptrs to GC physical addresses) */
     3386            /* todo: we should not flush chunks which include cr3 mappings. */
    33863387            for (VMCPUID idCpu = 0; idCpu < pVM->cCpus; idCpu++)
    33873388            {
     
    33933394                pPGM->pGstAmd64Pml4R3  = NULL;
    33943395#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    3395                 pPGM->pGst32BitPdR0    = NIL_RTR0PTR:
     3396                pPGM->pGst32BitPdR0    = NIL_RTR0PTR;
    33963397                pPGM->pGstPaePdptR0    = NIL_RTR0PTR;
    33973398                pPGM->pGstAmd64Pml4R0  = NIL_RTR0PTR;
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