aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 20c885d..5566e82 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,10 @@ as well as thumb2 fixes from @brandonros:
* lsl, lsr, asr, ror were determining opcode from an incorrect bitfield,
* tbh was decoded as an shifted tbb,
* thumb2: (un)signed extend-and-rotate loaded an incorrect field for rotate,
+* thumb2: preload hints (PLD, PLI) were over-eagerly decoded
+ namely, ldrb{t} and ldrh{t} into pc are .. weird .. but just weird.
+* thumb2: preload data reported two operands when it has one
+ (the "first operand" was the Rd=r15 operand which makes them preload in the first place)
thank you for the patches!