diff options
| author | iximeow <me@iximeow.net> | 2026-08-04 07:26:39 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-08-04 07:26:39 +0000 |
| commit | 5e91ddb85ab8d3e654aee57908d3c3df88b006d3 (patch) | |
| tree | 496ff707b9903e37aaec1d85d1ddab4312b85853 /differential-tests | |
| parent | f12b953505ff81e95fa71a8b274718b626529d75 (diff) | |
more leftover capstone cs_insn reuse stuff
Diffstat (limited to 'differential-tests')
| -rw-r--r-- | differential-tests/tests/differential-v7-thumb.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |
