VirtualBox

Ignore:
Timestamp:
Mar 28, 2017 10:20:27 AM (8 years ago)
Author:
vboxsync
Message:

HostDrivers/Support/Lib: use 'RKv' format specifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp

    r62490 r66287  
    546546                               )
    547547                            {
    548                                 LogRel(("SUP: Loaded %s (%s) at %#p - ModuleInit at %RTptr and ModuleTerm at %RTptr%s\n",
     548                                LogRel(("SUP: Loaded %s (%s) at %#RKv - ModuleInit at %RKv and ModuleTerm at %RKvr%s\n",
    549549                                        pszModule, pszFilename, OpenReq.u.Out.pvImageBase, ModuleInit, ModuleTerm,
    550550                                        OpenReq.u.Out.fNativeLoader ? " using the native ring-0 loader" : ""));
     
    552552                                {
    553553                                    g_pvVMMR0 = OpenReq.u.Out.pvImageBase;
    554                                     LogRel(("SUP: VMMR0EntryEx located at %RTptr and VMMR0EntryFast at %RTptr\n", VMMR0EntryEx, VMMR0EntryFast));
     554                                    LogRel(("SUP: VMMR0EntryEx located at %RKv and VMMR0EntryFast at %RKv\n", VMMR0EntryEx, VMMR0EntryFast));
    555555                                }
    556556#ifdef RT_OS_WINDOWS
    557                                 LogRel(("SUP: windbg> .reload /f %s=%#p\n", pszFilename, OpenReq.u.Out.pvImageBase));
     557                                LogRel(("SUP: windbg> .reload /f %s=%#RKv\n", pszFilename, OpenReq.u.Out.pvImageBase));
    558558#endif
    559559
     
    610610            if (fIsVMMR0)
    611611                g_pvVMMR0 = OpenReq.u.Out.pvImageBase;
    612             LogRel(("SUP: Opened %s (%s) at %#p%s.\n", pszModule, pszFilename, OpenReq.u.Out.pvImageBase,
     612            LogRel(("SUP: Opened %s (%s) at %#RKv%s.\n", pszModule, pszFilename, OpenReq.u.Out.pvImageBase,
    613613                    OpenReq.u.Out.fNativeLoader ? " loaded by the native ring-0 loader" : ""));
    614614#ifdef RT_OS_WINDOWS
    615             LogRel(("SUP: windbg> .reload /f %s=%#p\n", pszFilename, OpenReq.u.Out.pvImageBase));
     615            LogRel(("SUP: windbg> .reload /f %s=%#RKv\n", pszFilename, OpenReq.u.Out.pvImageBase));
    616616#endif
    617617        }
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