From ee19aba4c34f495d29c87b6d2c9d32614ba62cf8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2026 00:25:39 +0000 Subject: decode unknown wide hints like any other hints --- tests/armv7/thumb.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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() { -- cgit v1.1