From 7e70f851a481d36669e64edcd61ce7df9d578468 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 11 Sep 2026 15:53:27 +0000 Subject: fix mrc/mrc2 use of CRd=15 --- 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 0c017e9..1278bd6 100644 --- a/tests/armv7/thumb.rs +++ b/tests/armv7/thumb.rs @@ -4664,6 +4664,11 @@ fn mrc_mcr_cdp() { &[0x54, 0xec, 0xa0, 0x91], "mrrc p1, 10, sb, r4, c0" ); + + test_display( + &[0x1a, 0xee, 0xff, 0xf4], + "mrc p4, 0, apsr_nzcv, c10, c15, 7", + ); } #[test] -- cgit v1.1