summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentf4703b2ada4807fc1bab9bb37f4ff5a0f45dc62b (diff)
Fixed the "post" hook of the first IF Dalvik opcode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 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.