VirtualBox

Changeset 64118 in vbox for trunk/src


Ignore:
Timestamp:
Sep 30, 2016 8:33:18 PM (8 years ago)
Author:
vboxsync
Message:

PGM,IOM: build fixes

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IOM.cpp

    r64115 r64118  
    18431843            RTAvlroGCPhysInsert(&pVM->iom.s.pTreesR3->MMIOTree, &pRemoved->Core);
    18441844        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));
    18461847    }
    18471848}
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r64115 r64118  
    14981498
    14991499/**
    1500  * @callbackmethodimpl{FNPGMRELOCATE, Relocate a floating RAM range.}
     1500 * @callback_method_impl{FNPGMRELOCATE, Relocate a floating RAM range.}
    15011501 * @sa pgmR3PhysMMIO2ExRangeRelocate
    15021502 */
     
    24582458
    24592459/**
    2460  * @callbackmethodimpl{FNPGMRELOCATE, Relocate a floating MMIO/MMIO2 range.}
     2460 * @callback_method_impl{FNPGMRELOCATE, Relocate a floating MMIO/MMIO2 range.}
    24612461 * @sa pgmR3PhysRamRangeRelocate
    24622462 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette