summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/operand.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-10 20:03:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-10 20:03:23 (GMT)
commit8dff3daac4d2dc98b90adaecea834fb65db4fb10 (patch)
tree39a747f8fcdcbf525bb64a7e4173ff2a5b360d28 /src/arch/dalvik/operand.c
parentf3e84729588f7e2e518f82116e908455d957f9ca (diff)
Handled switch and fill-array data pseudo-instructions without plugin.
Diffstat (limited to 'src/arch/dalvik/operand.c')
-rw-r--r--src/arch/dalvik/operand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/dalvik/operand.c b/src/arch/dalvik/operand.c
index f0e8c1e..b6ee466 100644
--- a/src/arch/dalvik/operand.c
+++ b/src/arch/dalvik/operand.c
@@ -617,7 +617,6 @@ bool dalvik_read_operands(GArchInstruction *instr, GExeFormat *format, const GBi
#endif
vmpa2t base; /* Base pour les sauts de code */
vmpa2t *extra; /* Information complémentaire */
- va_list ap; /* Arguments complémentaires */
#ifndef NDEBUG
phys_t expected; /* Consommation attendue */
phys_t consumed; /* Consommation réelle */