aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-08-03 00:25:39 +0000
committeriximeow <me@iximeow.net>2026-08-03 00:25:39 +0000
commitee19aba4c34f495d29c87b6d2c9d32614ba62cf8 (patch)
tree0a8b685c4dfe3328cf3a58e5c83ca32b9a69b8c9 /tests
parent1158b671a39d01ce3de822c814d4d3bae3466918 (diff)
decode unknown wide hints like any other hints
Diffstat (limited to 'tests')
-rw-r--r--tests/armv7/thumb.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs
index b7b43d3..7fb2d90 100644
--- a/tests/armv7/thumb.rs
+++ b/tests/armv7/thumb.rs
@@ -2590,6 +2590,11 @@ fn test_decode_misc_cases() {
&[0xfe, 0xde],
"udf 0xfe"
);
+
+ test_display(
+ &[0xaf, 0xf3, 0x6e, 0x80],
+ "hint.w 0x6e"
+ );
}
#[test]
fn test_decode_mov_cases() {