From 5e91ddb85ab8d3e654aee57908d3c3df88b006d3 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 4 Aug 2026 07:26:39 +0000 Subject: more leftover capstone cs_insn reuse stuff --- differential-tests/tests/differential-v7-thumb.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'differential-tests/tests') diff --git a/differential-tests/tests/differential-v7-thumb.rs b/differential-tests/tests/differential-v7-thumb.rs index a3e0eca..e9f8add 100644 --- a/differential-tests/tests/differential-v7-thumb.rs +++ b/differential-tests/tests/differential-v7-thumb.rs @@ -695,12 +695,6 @@ fn capstone_differential_thumb() { return true; } - // TODO: what??? - // > stmia r0!, {r0} != stmgt r0!, {r0}. bytes: [1, c0, 92, 1f] - if parsed_yax.opcode == "stmia" && parsed_cs.opcode == "stmgt" { - return true; - } - // TODO: yax says .w when it doesn't need to, allegedly? // TODO: also omits a w when capstone adds one? (mov vs movw: "mov sp, #0x1183 != movw sp, #0x1183. bytes: [41, f2, 83, 1d]") if parsed_yax.opcode == format!("{}{}", parsed_cs.opcode, ".w") || parsed_yax.opcode.clone() + "w" == parsed_cs.opcode { -- cgit v1.1