From 1bff2519a50ac4e3ca98b4d874f70c02628c3f4a Mon Sep 17 00:00:00 2001 From: Samuel Arnold Date: Thu, 18 Jun 2026 12:48:36 -0700 Subject: Add armv7::InstDecoder::in_thumb_mode() method --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index fa8ed2f..b53d6b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,8 @@ * support non-`*2` forms of coprocessor instructions * collapse `*2` encoding choice for coprocessor instructions into a paramter on the opcode (rather than distinct opcodes) +* ARMv7: added `armv7::InstDecoder::in_thumb_mode` to read back if an ARMv7 + decoder is operating in thumb mode. thank you for the patch, @Grond66! ## 0.4.0 -- cgit v1.1