From 291968f4f4a5e85f6963813a43f2176320fb8d49 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Wed, 14 Sep 2016 20:53:58 +0200
Subject: Fixed the "post" hook of the first IF Dalvik opcode.

---
 ChangeLog                      | 5 +++++
 src/arch/dalvik/opdefs/if_32.d | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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
 
     }
 
-- 
cgit v0.11.2-87-g4458