From eaf08fa5f4e2e99a8a3a4462fa0413057321a39c Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Thu, 31 Jan 2019 21:51:04 +0100
Subject: Disabled support for Linux syscall descriptions.

---
 plugins/lnxsyscalls/core.c | 2 ++
 1 file changed, 2 insertions(+)

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)
-- 
cgit v0.11.2-87-g4458