summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}