diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-09-19 22:28:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-09-19 22:28:42 (GMT) |
commit | 0e3059731d9687027c913135b3b856596c49a689 (patch) | |
tree | d3c3754f95c90ae50168817e6248afee6873fbf3 /plugins/devdbg | |
parent | 18648e4e8763a3bc005d6fae51eae3d1528d7d29 (diff) |
Extended the prototype for matching formats in order to get it suitable for plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/devdbg')
-rw-r--r-- | plugins/devdbg/speed.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/devdbg/speed.c b/plugins/devdbg/speed.c index e5042ea..538a741 100644 --- a/plugins/devdbg/speed.c +++ b/plugins/devdbg/speed.c @@ -79,7 +79,6 @@ G_MODULE_EXPORT void process_binary_disassembly(const GPluginModule *plugin, Plu } - switch (action) { case PGA_DISASSEMBLY_STARTED: @@ -115,6 +114,4 @@ G_MODULE_EXPORT void process_binary_disassembly(const GPluginModule *plugin, Plu } - printf("##########\n\nPassage 0x%08x !!!\n\n################\n", action); - } |