VirtualBox

Changeset 9952 in vbox


Ignore:
Timestamp:
Jun 26, 2008 1:42:54 PM (17 years ago)
Author:
vboxsync
Message:

Forgot to query the physical address of the CR3 cached page.

File:
1 edited

Legend:

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

    r9893 r9952  
    481481                return VINF_PGM_SYNC_CR3;
    482482            }
    483             pVM->pgm.s.pHCPaePML4 = (PX86PML4)PGMPOOL_PAGE_2_PTR(pPool->CTXSUFF(pVM), pVM->pgm.s.pShwAmd64CR3);
     483            pVM->pgm.s.pHCPaePML4    = (PX86PML4)PGMPOOL_PAGE_2_PTR(pPool->CTXSUFF(pVM), pVM->pgm.s.pShwAmd64CR3);
     484            pVM->pgm.s.HCPhysPaePML4 = pVM->pgm.s.pShwAmd64CR3->Core.Key;
    484485# endif
    485486        }
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