summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-14 18:53:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-14 18:53:58 (GMT)
commit291968f4f4a5e85f6963813a43f2176320fb8d49 (patch)
treeb6a62f7de571f20725a143960f6da2250e6cf4cf
parentf4703b2ada4807fc1bab9bb37f4ff5a0f45dc62b (diff)
Fixed the "post" hook of the first IF Dalvik opcode.
-rw-r--r--ChangeLog5
-rw-r--r--src/arch/dalvik/opdefs/if_32.d2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a2c02b..5bb07f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
16-09-14 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/dalvik/opdefs/if_32.d:
+ Fix the "post" hook of the first IF Dalvik opcode.
+
+16-09-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/dalvik/operands/pool.c:
Skip the rendering of empty pool strings.
diff --git a/src/arch/dalvik/opdefs/if_32.d b/src/arch/dalvik/opdefs/if_32.d
index 714c384..f88098a 100644
--- a/src/arch/dalvik/opdefs/if_32.d
+++ b/src/arch/dalvik/opdefs/if_32.d
@@ -31,7 +31,7 @@
fetch = help_fetching_with_dalvik_if_instruction
link = handle_dalvik_if_branch_as_link
- post = post_process_dalvik_goto_target_resolution
+ post = post_process_dalvik_if_target_resolution
}