aboutsummaryrefslogtreecommitdiff
path: root/src/armv7.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/armv7.rs')
-rw-r--r--src/armv7.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armv7.rs b/src/armv7.rs
index d8c2539..5f826ac 100644
--- a/src/armv7.rs
+++ b/src/armv7.rs
@@ -1917,6 +1917,8 @@ impl Default for ARMVersion {
}
}
+// nothing checks/rejects by arm version yet, but.. soon....
+#[allow(unused)]
#[derive(Debug)]
pub struct InstDecoder {
mode: DecodeMode,