summaryrefslogtreecommitdiff
path: root/plugins/lnxsyscalls
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lnxsyscalls')
-rw-r--r--plugins/lnxsyscalls/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/lnxsyscalls/core.c b/plugins/lnxsyscalls/core.c
index afc890b..891f3d8 100644
--- a/plugins/lnxsyscalls/core.c
+++ b/plugins/lnxsyscalls/core.c
@@ -112,6 +112,8 @@ G_MODULE_EXPORT void process_binary_disassembly(const GPluginModule *plugin, Plu
format = G_BIN_FORMAT(g_loaded_binary_get_format(binary));
+ goto pbd_exit;
+
arch = g_exe_format_get_target_machine(G_EXE_FORMAT(format));
if (strcmp(arch, "armv7") == 0)