Changeset 66305 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Mar 28, 2017 2:33:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r66293 r66305 546 546 ) 547 547 { 548 LogRel(("SUP: Loaded %s (%s) at %#RKv - ModuleInit at %RKv and ModuleTerm at %RKv r%s\n",548 LogRel(("SUP: Loaded %s (%s) at %#RKv - ModuleInit at %RKv and ModuleTerm at %RKv%s\n", 549 549 pszModule, pszFilename, OpenReq.u.Out.pvImageBase, (RTR0PTR)ModuleInit, (RTR0PTR)ModuleTerm, 550 550 OpenReq.u.Out.fNativeLoader ? " using the native ring-0 loader" : ""));
Note:
See TracChangeset
for help on using the changeset viewer.