Changeset 74675 in vbox
- Timestamp:
- Oct 8, 2018 12:50:40 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r71136 r74675 197 197 * Lookup symbol. 198 198 */ 199 /* Skip the 64-bit ELF import prefix first. */ 199 200 /** @todo is this actually used??? */ 200 /* skip the 64-bit ELF import prefix first. */201 201 if (!strncmp(pszSymbol, RT_STR_TUPLE("SUPR0$"))) 202 202 pszSymbol += sizeof("SUPR0$") - 1;
Note:
See TracChangeset
for help on using the changeset viewer.

