VirtualBox

Changeset 66374 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Mar 31, 2017 9:05:22 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114320
Message:

VMM: fixed logging string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp

    r62606 r66374  
    15211521        PGMRZDYNMAP_SPINLOCK_RELEASE(pThis);
    15221522        *ppvPage = NULL;
    1523         AssertLogRelMsgFailedReturn(("cRefs=%d iPage=%p HCPhys=%RHp\n", cRefs, iPage, HCPhys), UINT32_MAX);
     1523        AssertLogRelMsgFailedReturn(("cRefs=%d iPage=%u HCPhys=%RHp\n", cRefs, iPage, HCPhys), UINT32_MAX);
    15241524    }
    15251525    void *pvPage = paPages[iPage].pvPage;
Note: See TracChangeset for help on using the changeset viewer.

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