Changeset 7697 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 2, 2008 1:46:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7677 r7697 1500 1500 PSHWPT pPTDst = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage); 1501 1501 1502 # if PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT1502 # if PGM_SHW_TYPE == PGM_TYPE_PAE 1503 1503 /* Select the right PDE as we're emulating a 4kb page table with 2 shadow page tables. */ 1504 1504 const unsigned offPTSrc = ((GCPtrPage >> SHW_PD_SHIFT) & 1) * 512;
Note:
See TracChangeset
for help on using the changeset viewer.