Changeset 74675 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 8, 2018 12:50:40 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125571
- File:
-
- 1 edited
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.