diff options
| author | iximeow <me@iximeow.net> | 2019-08-04 19:12:25 -0700 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2020-01-12 17:28:07 -0800 |
| commit | 8b9d5f9c6003864870dccfe2c0f71729d4b99564 (patch) | |
| tree | f1f12477081ec1da085ca0a931f7e4422e22f542 /test/test.rs | |
| parent | dc9366f430874c25e4e44e2a365efea5fcc43382 (diff) | |
fix issue with incorrectly decoding register shifts
Diffstat (limited to 'test/test.rs')
| -rw-r--r-- | test/test.rs | 2 |
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; |
