- Timestamp:
- Aug 17, 2008 3:02:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r11416 r11449 1103 1103 PGM_INVL_GUEST_TLBS(); 1104 1104 } 1105 Assert ((PdpeSrc.u & X86_PDPE_PG_MASK) == pVM->pgm.s.aGCPhysGstPaePDsMonitored[iPdpte]);1105 AssertMsg(pVM->pgm.s.fMappingsFixed || (PdpeSrc.u & X86_PDPE_PG_MASK) == pVM->pgm.s.aGCPhysGstPaePDsMonitored[iPdpte], ("%VGp vs %VGp (mon)\n", (PdpeSrc.u & X86_PDPE_PG_MASK), pVM->pgm.s.aGCPhysGstPaePDsMonitored[iPdpte])); 1106 1106 # endif 1107 1107
Note:
See TracChangeset
for help on using the changeset viewer.