diff options
Diffstat (limited to 'plugins/theseus')
-rw-r--r-- | plugins/theseus/theseus.c | 2 |
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); |