Changeset 9875 in vbox
- Timestamp:
- Jun 23, 2008 1:47:04 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32266
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9871 r9875 3595 3595 if (GCPhysPdptSrc != pShwPdpt->GCPhys) 3596 3596 { 3597 AssertMsgFailed(("Physical address doesn't match! pPml4eDst.u=%#RX64 pPml4eSrc.u=%RX64 Phys %RX64 vs RX64\n", pPml4eDst->u, pPml4eSrc->u, pShwPdpt->GCPhys, GCPhysPdptSrc));3597 AssertMsgFailed(("Physical address doesn't match! pPml4eDst.u=%#RX64 pPml4eSrc.u=%RX64 Phys %RX64 vs %RX64\n", pPml4eDst->u, pPml4eSrc->u, pShwPdpt->GCPhys, GCPhysPdptSrc)); 3598 3598 GCPtr += UINT64_C(_2M * 512 * 512); 3599 3599 cErrors++; … … 3670 3670 if (GCPhysPdeSrc != pShwPde->GCPhys) 3671 3671 { 3672 AssertMsgFailed(("Physical address doesn't match! pPdpeDst.u=%#RX64 pPdpeSrc.u=%RX64 Phys %RX64 vs RX64\n", pPdpeDst->u, PdpeSrc.u, pShwPde->GCPhys, GCPhysPdeSrc));3672 AssertMsgFailed(("Physical address doesn't match! pPdpeDst.u=%#RX64 pPdpeSrc.u=%RX64 Phys %RX64 vs %RX64\n", pPdpeDst->u, PdpeSrc.u, pShwPde->GCPhys, GCPhysPdeSrc)); 3673 3673 GCPtr += 512 * _2M; 3674 3674 cErrors++;
Note:
See TracChangeset
for help on using the changeset viewer.