summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/dop_const.c
diff options
context:
space:
mode:
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);