VirtualBox

Changeset 85461 in vbox


Ignore:
Timestamp:
Jul 26, 2020 11:42:11 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139513
Message:

tstLdr-4: printf fix. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r85121 r85461  
    216216            typedef DECLCALLBACKPTR(int, PFNDISASMTEST1,(void));
    217217            PFNDISASMTEST1 pfnDisasmTest1 = (PFNDISASMTEST1)(uintptr_t)Value;
    218             RTPrintf("tstLdr-4: pfnDisasmTest1=%p / add-symbol-file %s %#x\n", pfnDisasmTest1, pszFilename, aLoads[i].pvBits);
     218            RTPrintf("tstLdr-4: pfnDisasmTest1=%p / add-symbol-file %s %#p\n", pfnDisasmTest1, pszFilename, aLoads[i].pvBits);
    219219            uint32_t iSeg = 0;
    220220            RTLdrEnumSegments(aLoads[i].hLdrMod, testEnumSegment, &iSeg);
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