summaryrefslogtreecommitdiff
path: root/plugins/mobicore
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mobicore')
-rw-r--r--plugins/mobicore/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mobicore/symbols.c b/plugins/mobicore/symbols.c
index 5b612cc..df8d62f 100644
--- a/plugins/mobicore/symbols.c
+++ b/plugins/mobicore/symbols.c
@@ -114,7 +114,7 @@ static bool load_all_mclf_basic_entry_points(GMCLFFormat *format)
if (ep != 0x0)
{
- routine = try_to_demangle_routine("entry_point");
+ routine = g_binary_format_decode_routine(G_BIN_FORMAT(format), "entry_point");
register_mclf_entry_point(format, ep, 0, routine);
}