chore: make InstrRegisterPair public

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

View File

@ -83,7 +83,7 @@ pub enum LDTarget {
}
#[derive(Debug, Copy, Clone)]
enum InstrRegisterPair {
pub enum InstrRegisterPair {
AF,
BC,
DE,