1
0
This commit is contained in:
Jeff 2024-11-28 01:11:54 -05:00
parent d7880480b5
commit 54ae05844d

View File

@ -117,8 +117,6 @@ impl<'src> Compiler<'src> {
.rev()
.find_map(|(instruction, _, _)| {
if instruction.yields_value() {
println!("{:?}", instruction);
Some(instruction.a() + 1)
} else {
None