pim-simulator dump instruction

This commit is contained in:
ilgeco
2026-03-04 19:57:24 +01:00
parent f24a60bfcd
commit 29febb2bfd

View File

@@ -47,7 +47,7 @@ impl Instruction {
.unwrap() .unwrap()
} }
pub(crate) fn dump(&self) { pub(crate) fn dump(&self) {
eprintln!("\t{}", functor_to_name(self.functor as usize)); eprintln!("\t{}", functor_to_name(self.functor as usize));
} }
} }