summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/dop_const.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-12-02 22:57:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-12-02 22:57:08 (GMT)
commit492f78fc955e181ff4ba7e7d6b578e5f76afb858 (patch)
treef2c2b64bb20a9cf4f09644f8dbc9d6cd1e951edc /src/arch/dalvik/dop_const.c
parent957f50b657456c4c7da2778197c144548eded8cd (diff)
Decompiled more Dex instructions (const and return).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@197 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/dalvik/dop_const.c')
-rw-r--r--src/arch/dalvik/dop_const.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/dalvik/dop_const.c b/src/arch/dalvik/dop_const.c
index ea88089..9d42926 100644
--- a/src/arch/dalvik/dop_const.c
+++ b/src/arch/dalvik/dop_const.c
@@ -45,20 +45,10 @@
GDecInstruction *dalvik_decomp_instr_const(const GArchInstruction *instr, GDecContext *ctx)
{
GDecInstruction *result; /* Instruction à retourner */
-
-
GArchOperand *operand; /* Opérande de l'instruction */
GDecInstruction *reg; /* Pseudo-registre redéfini */
GDecInstruction *imm; /* Valeur immédiate décompilée */
-
- result = NULL;
-
-
- printf("PAssaage !\n");
-
-
-
operand = g_arch_instruction_get_operand(instr, 0);
reg = g_dec_context_convert_register(ctx, operand);