From 7fee2c5dafb84ee93ddb6a8f582e99d445c82677 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 14 Sep 2021 15:57:17 +0200 Subject: Fix display of post-index writeback operands --- test/armv7/thumb.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/armv7/thumb.rs b/test/armv7/thumb.rs index 4c5c4a1..fafc65c 100644 --- a/test/armv7/thumb.rs +++ b/test/armv7/thumb.rs @@ -3579,6 +3579,10 @@ fn test_decode_str_32b_cases() { &[0xe3, 0xe9, 0x7e, 0x5a], "strd r5, r10, [r3, 0x1f8]!" ); + test_display( + &[0x41, 0xf8, 0x04, 0x2b], + "str.w r2, [r1], 0x4" + ); } #[test] -- cgit v1.1