summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-11-11 01:22:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-11-11 01:22:43 (GMT)
commitb33a52031c0d44a79604bc8d9036c30bffd020cb (patch)
treec825e3330684ca57f7c423328cd116b2d6ec0f6a /plugins
parent828124e38d266e382bb1477ef51c9fac8e81c591 (diff)
Built some expressions for the decompilation tree.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@190 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dexresolver/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dexresolver/context.c b/plugins/dexresolver/context.c
index 0b863e9..19be9c0 100644
--- a/plugins/dexresolver/context.c
+++ b/plugins/dexresolver/context.c
@@ -223,6 +223,7 @@ static void g_dex_resolver_work_process(GDexResolverWork *work, GtkExtStatusBar
instr = g_code_line_get_instruction(G_CODE_LINE(iter));
count = g_arch_instruction_count_operands(instr);
+ /* FIXME : l'opérande recherchée est à position fixe ! */
for (i = 0; i < count; i++)
{
op = g_arch_instruction_get_operand(instr, i);