aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a6dc75..5de5ee7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,9 @@ as well as thumb2 fixes from @brandonros:
* thumb2: some instructions had outright incorrect opcodes:
* ror (immediate) was decoded as asr,
* mvn (immediate) was decoded as mov,
+ * sxtab was decoded as sxtah,
+ * lsl, lsr, asr, ror were determining opcode from an incorrect bitfield,
+* thumb2: (un)signed extend-and-rotate loaded an incorrect field for rotate,
thank you for the patches!