aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-08-04 19:12:25 -0700
committeriximeow <me@iximeow.net>2020-01-12 17:28:07 -0800
commited2a36de61a295f7c17378598f5a60e7de9d8b8a (patch)
tree3771e08452b69dca8325d27561a687cfe4096ae8 /test/test.rs
parent964ca6566c61b0c7cd48d8801c74d1b4dfe0b7a2 (diff)
fix issue with incorrectly decoding register shifts
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs
index 7dd54ea..72b7e50 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -5,5 +5,5 @@ extern crate test;
extern crate yaxpeax_arch;
extern crate yaxpeax_arm;
-// mod armv7;
+mod armv7;
mod armv8;