Resolve build error

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-08-24 00:54:36 -05:00
parent b1bbd67832
commit 4bc18f4dd9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ impl Instruction {
), ),
(3, 0, _, 5, _) => Instruction::ADD( (3, 0, _, 5, _) => Instruction::ADD(
Argument::RegisterPair(RegisterPair::SP), Argument::RegisterPair(RegisterPair::SP),
Argument::ImmediateByte(d), Argument::ImmediateByte(n),
), ),
_ => unreachable!(), _ => unreachable!(),
} }