chore: make InstrRegister public to satisfy rust

This commit is contained in:
2020-12-23 01:27:11 -06:00
parent db86d11085
commit bf945c3f44

View File

@@ -95,7 +95,7 @@ enum InstrRegisterPair {
}
#[derive(Debug, Copy, Clone)]
enum InstrRegister {
pub enum InstrRegister {
A,
B,
C,