chore: make InstrRegister public to satisfy rust

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-12-23 01:27:11 -06:00
parent db86d11085
commit bf945c3f44
1 changed files with 1 additions and 1 deletions

View File

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