diff options
Diffstat (limited to 'plugins/readelf')
-rw-r--r-- | plugins/readelf/strtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readelf/strtab.c b/plugins/readelf/strtab.c index 2420da6..19b44bf 100644 --- a/plugins/readelf/strtab.c +++ b/plugins/readelf/strtab.c @@ -118,7 +118,7 @@ static void parse_elf_string_table(GElfFormat *format, GPreloadInfo *info, const { irange = g_arch_instruction_get_range(instr); - symbol = g_string_symbol_new_read_only(base, irange, SET_GUESS); + symbol = g_string_symbol_new_read_only(SET_GUESS, base, irange); g_object_ref(G_OBJECT(symbol)); |