From 28015117b4d04f789ab1fd84268f7bfbd54dac7c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 8 Aug 2026 21:48:38 +0000 Subject: more lining up differential tests --- tests/armv7/thumb.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs index 660ca46..0c017e9 100644 --- a/tests/armv7/thumb.rs +++ b/tests/armv7/thumb.rs @@ -4035,6 +4035,10 @@ fn test_decode_arithmetic_32b_cases() { "adds.w r10, r3, 0x3f800000" ); test_display( + &[0x17, 0xf1, 0x00, 0x4c], + "adds.w ip, r7, 0x80000000" // neat capstone bug: this is printed as -0x80000000? + ); + test_display( &[0x03, 0xf2, 0x7e, 0x5a], "add.w r10, r3, 0x57e" ); -- cgit v1.1