Changeset 46326 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 30, 2013 12:16:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r44528 r46326 1673 1673 /** @todo is this actually used??? */ 1674 1674 /* skip the 64-bit ELF import prefix first. */ 1675 if (!strncmp(pszSymbol, "SUPR0$", sizeof("SUPR0$") - 1))1675 if (!strncmp(pszSymbol, RT_STR_TUPLE("SUPR0$"))) 1676 1676 pszSymbol += sizeof("SUPR0$") - 1; 1677 1677
Note:
See TracChangeset
for help on using the changeset viewer.