Changeset 9941 in vbox
- Timestamp:
- Jun 26, 2008 9:23:21 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9940 r9941 3493 3493 unsigned cErrors = 0; 3494 3494 3495 #if PGM_GST_TYPE == PGM_TYPE_PAE 3496 /* @todo currently broken; crashes below somewhere */ 3497 AssertFailed(); 3498 #endif 3499 3495 3500 #if PGM_GST_TYPE == PGM_TYPE_32BIT \ 3496 3501 || PGM_GST_TYPE == PGM_TYPE_PAE \ … … 3579 3584 } 3580 3585 3586 # if PGM_GST_TYPE == PGM_TYPE_PAE 3587 /* not correct to call pgmPoolGetPage */ 3588 # endif 3581 3589 pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK); 3582 3590 GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK_FULL;
Note:
See TracChangeset
for help on using the changeset viewer.