summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-10-12 13:31:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-10-12 13:31:00 (GMT)
commit044b4d6d7ba4de50cd4d05b92621900e929e2231 (patch)
tree70167cbd5c90d0f8b2fc967add38272d21de1e4f /plugins
parente8d2795d9ec2c8845641863fc42ce39f9e92906b (diff)
Processed skipped instructions and used contexts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@212 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins')
-rw-r--r--plugins/theseus/theseus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/theseus/theseus.c b/plugins/theseus/theseus.c
index aec5353..dd389ed 100644
--- a/plugins/theseus/theseus.c
+++ b/plugins/theseus/theseus.c
@@ -505,7 +505,7 @@ static GRenderingLine *disassemble_target_address(GOpenidaBinary *binary, GRende
/* Décodage des instructions */
- instr = g_arch_processor_decode_instruction(proc, data,
+ instr = g_arch_processor_decode_instruction(proc, NULL /*FIXME*/, data,
&offset, length, 0/*offset*/, target);
line = g_code_line_new(target, instr, options);