- Timestamp:
- Sep 30, 2016 8:33:18 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IOM.cpp
r64115 r64118 1843 1843 RTAvlroGCPhysInsert(&pVM->iom.s.pTreesR3->MMIOTree, &pRemoved->Core); 1844 1844 IOM_UNLOCK_EXCL(pVM); 1845 AssertLogRelMsgFailed(("RTAvlroGCPhysRemove returned %p instead of %p for %RGp (%s)\n", pRemoved, pRange, pRange->pszDesc)); 1845 AssertLogRelMsgFailed(("RTAvlroGCPhysRemove returned %p instead of %p for %RGp (%s)\n", 1846 pRemoved, pRange, GCPhys, pRange->pszDesc)); 1846 1847 } 1847 1848 } -
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r64115 r64118 1498 1498 1499 1499 /** 1500 * @callback methodimpl{FNPGMRELOCATE, Relocate a floating RAM range.}1500 * @callback_method_impl{FNPGMRELOCATE, Relocate a floating RAM range.} 1501 1501 * @sa pgmR3PhysMMIO2ExRangeRelocate 1502 1502 */ … … 2458 2458 2459 2459 /** 2460 * @callback methodimpl{FNPGMRELOCATE, Relocate a floating MMIO/MMIO2 range.}2460 * @callback_method_impl{FNPGMRELOCATE, Relocate a floating MMIO/MMIO2 range.} 2461 2461 * @sa pgmR3PhysRamRangeRelocate 2462 2462 */
Note:
See TracChangeset
for help on using the changeset viewer.