From 2037c3a87532f39963fb0e39ac06f0fffbb6ae2e Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Aug 2026 19:55:16 +0000 Subject: thumb2 preload improvements --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') 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! -- cgit v1.1