aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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() {