diff options
| author | iximeow <me@iximeow.net> | 2026-09-11 15:53:27 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-09-11 16:18:53 +0000 |
| commit | 7e70f851a481d36669e64edcd61ce7df9d578468 (patch) | |
| tree | 156e7d596d75696cc4e585b4bf0cb5f84ecc8360 /tests | |
| parent | 08fc7b77e5218c196fdacb94e6c9b0a6049603bd (diff) | |
fix mrc/mrc2 use of CRd=15
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 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] |
