allow dead code on flags
This commit is contained in:
parent
90a1c92a0c
commit
bbc05c48c7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
use crate::{Inner, Memory, Register, State};
|
use crate::{Inner, Memory, Register, State};
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
enum FLAGS {
|
enum FLAGS {
|
||||||
Z = 7,
|
Z = 7,
|
||||||
N = 6,
|
N = 6,
|
||||||
|
|
Loading…
Add table
Reference in a new issue