diff options
author | iximeow <me@iximeow.net> | 2020-12-06 15:39:06 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-12-06 15:39:28 -0800 |
commit | fde906acd802e071c8a7f9435ea205692e4b26b4 (patch) | |
tree | f2439df9a0137353989b1253b471dd4958f7bd88 /src | |
parent | 44542e4f40f13dbdc10ec491b50178bb39fc6ca1 (diff) |
warning cleanup (test edition)
add in some simd tests for future neon decoding. these tests are drawn
from capstone and may need some subsequent cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/armv7/thumb.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/armv7/thumb.rs b/src/armv7/thumb.rs index ecbf119..d314d7e 100644 --- a/src/armv7/thumb.rs +++ b/src/armv7/thumb.rs @@ -1,5 +1,3 @@ -use std::fmt; - // use yaxpeax_arch::{Arch, AddressDiff, Decoder, LengthedInstruction}; use armv7::ConditionCode; |