summaryrefslogtreecommitdiff
path: root/plugins/lnxsyscalls
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-01-31 20:51:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-01-31 20:51:04 (GMT)
commiteaf08fa5f4e2e99a8a3a4462fa0413057321a39c (patch)
tree19d5cbaca2db0659e8e3dceffdae5800d99fa6a2 /plugins/lnxsyscalls
parentc6bfb7dd499f2aa1d4fb4f39dc3f49cb8801fed2 (diff)
Disabled support for Linux syscall descriptions.
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)