summaryrefslogtreecommitdiff
path: root/src/format/dwarf/symbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/symbols.c')
-rw-r--r--src/format/dwarf/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dwarf/symbols.c b/src/format/dwarf/symbols.c
index f0a7300..3ddfb96 100644
--- a/src/format/dwarf/symbols.c
+++ b/src/format/dwarf/symbols.c
@@ -110,7 +110,7 @@ static bool load_routine_as_symbol_from_dwarf(GDwarfFormat *format, const dw_die
/* Intégration en bonne et due forme */
- routine = try_to_demangle_routine(name);
+ routine = g_binary_format_decode_routine(G_BIN_FORMAT(format), name);
symbol = G_BIN_SYMBOL(routine);
g_binary_symbol_set_range(symbol, &range);