diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-20 20:31:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-20 20:31:34 (GMT) |
commit | 4f367c98d76b8eab6adff5d9e6e43fbe74d1259c (patch) | |
tree | 4b3ff63dad50d4dc829c80d536bc104433cdf4d0 /plugins/dalvik/v35 | |
parent | 96e3c4558ea9f37e810afa8c1155573891a88973 (diff) |
Fixed the length and the rendering of Dalvik data arrays.
Diffstat (limited to 'plugins/dalvik/v35')
-rw-r--r-- | plugins/dalvik/v35/processor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/dalvik/v35/processor.c b/plugins/dalvik/v35/processor.c index 19141e5..b1c13d2 100644 --- a/plugins/dalvik/v35/processor.c +++ b/plugins/dalvik/v35/processor.c @@ -465,10 +465,6 @@ static GArchInstruction *g_dalvik35_processor_disassemble(const GArchProcessor * }; - vmpa2t ttmp; - - copy_vmpa(&ttmp, pos); - /* Données brutes associées à une instruction ? */ result = g_dalvik_context_get_raw_data(ctx, content, pos); |