Resolve build error
This commit is contained in:
parent
b1bbd67832
commit
4bc18f4dd9
|
@ -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!(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue