Changeset 7742 in vbox
- Timestamp:
- Apr 4, 2008 1:53:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7739 r7742 2681 2681 # if PGM_SHW_TYPE == PGM_TYPE_32BIT 2682 2682 Assert(&pVM->pgm.s.CTXMID(p,32BitPD)->a[iPD] == pPDEDst); 2683 # el se2683 # elif PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT 2684 2684 Assert(&pVM->pgm.s.CTXMID(ap,PaePDs)[iPD * 2 / 512]->a[iPD * 2 % 512] == pPDEDst); 2685 2685 # endif
Note:
See TracChangeset
for help on using the changeset viewer.