diff options
| author | iximeow <me@iximeow.net> | 2026-08-03 00:25:39 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-08-03 00:25:39 +0000 |
| commit | ee19aba4c34f495d29c87b6d2c9d32614ba62cf8 (patch) | |
| tree | 0a8b685c4dfe3328cf3a58e5c83ca32b9a69b8c9 /tests | |
| parent | 1158b671a39d01ce3de822c814d4d3bae3466918 (diff) | |
decode unknown wide hints like any other hints
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/armv7/thumb.rs | 5 |
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() { |
