- Timestamp:
- Apr 6, 2009 6:38:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r18666 r18790 3763 3763 if (RT_FAILURE(rc)) 3764 3764 { 3765 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) 3765 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 3766 3766 { 3767 3767 AssertMsgFailed(("Cannot find guest physical address %RGp at %RGv! PteSrc=%#RX64 PteDst=%#RX64\n", … … 3784 3784 { 3785 3785 # ifdef IN_RING3 /** @todo make MMR3PageDummyHCPhys an 'All' function! */ 3786 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) 3786 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 3787 3787 { 3788 3788 AssertMsgFailed(("Cannot find guest physical address %RGp at %RGv! PteSrc=%#RX64 PteDst=%#RX64\n", … … 3993 3993 if (RT_FAILURE(rc)) 3994 3994 { 3995 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) 3995 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 3996 3996 { 3997 3997 AssertMsgFailed(("Cannot find guest physical address %RGp at %RGv! PdeSrc=%#RX64 PteDst=%#RX64\n", … … 4012 4012 { 4013 4013 # ifdef IN_RING3 /** @todo make MMR3PageDummyHCPhys an 'All' function! */ 4014 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) 4014 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 4015 4015 { 4016 4016 AssertMsgFailed(("Cannot find guest physical address %RGp at %RGv! PdeSrc=%#RX64 PteDst=%#RX64\n",
Note:
See TracChangeset
for help on using the changeset viewer.