diff options
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/format.c b/plugins/elf/format.c index 08472e4..f576397 100644 --- a/plugins/elf/format.c +++ b/plugins/elf/format.c @@ -189,7 +189,7 @@ static void g_elf_format_init(GElfFormat *format) bin_format = G_BIN_FORMAT(format); - bin_format->demangler = get_compiler_demangler_for_type("itanium"); + bin_format->demangler = get_compiler_demangler_for_key("itanium"); assert(bin_format->demangler != NULL); } |