VirtualBox

Ignore:
Timestamp:
Mar 28, 2017 11:33:58 AM (8 years ago)
Author:
vboxsync
Message:

HostDrivers/Support: cast to RTR0PTR because the format specifier expects this

File:
1 edited

Legend:

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

    r66287 r66293  
    547547                            {
    548548                                LogRel(("SUP: Loaded %s (%s) at %#RKv - ModuleInit at %RKv and ModuleTerm at %RKvr%s\n",
    549                                         pszModule, pszFilename, OpenReq.u.Out.pvImageBase, ModuleInit, ModuleTerm,
     549                                        pszModule, pszFilename, OpenReq.u.Out.pvImageBase, (RTR0PTR)ModuleInit, (RTR0PTR)ModuleTerm,
    550550                                        OpenReq.u.Out.fNativeLoader ? " using the native ring-0 loader" : ""));
    551551                                if (fIsVMMR0)
    552552                                {
    553553                                    g_pvVMMR0 = OpenReq.u.Out.pvImageBase;
    554                                     LogRel(("SUP: VMMR0EntryEx located at %RKv and VMMR0EntryFast at %RKv\n", VMMR0EntryEx, VMMR0EntryFast));
     554                                    LogRel(("SUP: VMMR0EntryEx located at %RKv and VMMR0EntryFast at %RKv\n", (RTR0PTR)VMMR0EntryEx, (RTR0PTR)VMMR0EntryFast));
    555555                                }
    556556#ifdef RT_OS_WINDOWS
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