aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-08-02 20:01:23 +0000
committeriximeow <me@iximeow.net>2026-08-02 20:01:23 +0000
commit8d4d7a3876cbca23e21c4b5c7c30abae934b6b30 (patch)
tree72315b162383b99b6685ef08817be8bfd9bd779e /CHANGELOG
parentfa428aefa6789c744e1e887a719fc2a07ad00188 (diff)
thumb ldc/stc encodings missed a bit
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11a47c6..835d41b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@
* thumb2: pkhtb/pkhbt distinction was off by one bit
* thumb2: `mrs` destinations, which should have been a mask of the current (or
saved) program status register, was reported as a banked GPR.
+* thumb2: some coprocessor instructions were incorrectly decoded as `ldc*/stc*`
* ARMv8: support thumb2 encoding of `Test Target` instruction, `Opcode::TT`
(formatted as any of `tt`, `ttt`, `tta`, `ttat`)
* ARMv8: formerly-coprocessor instructions have been defined into SIMD extensions,