Fall back to ugly debug
This commit is contained in:
parent
518a387d6c
commit
2ac7b85ea5
Notes:
git
2025-04-18 13:49:32 +00:00
@ -140,7 +140,7 @@ impl std::fmt::Display for Function {
|
||||
Insn::IfFalse { val, target } => { write!(f, "IfFalse {val}, {target:?}")?; }
|
||||
Insn::Return { val } => { write!(f, "Return {val}")?; }
|
||||
Insn::Add { v0, v1 } => { write!(f, "Add {v0}, {v1}")?; }
|
||||
_ => { write!(f, "idk")?; }
|
||||
insn => { write!(f, "{insn:?}")?; }
|
||||
}
|
||||
writeln!(f, "");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user