Minor code cleanup and surpress warnings for unused inst and register constants

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-25 13:46:38 -05:00
parent b8a769c80f
commit 0ff189bc1b
4 changed files with 2 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ macro_rules! instructions {
} => {
$(
#[allow(dead_code)]
pub const $variant: InstOp = $value;
)*