Skip to content

Commit

Permalink
optimism: updating displayed information
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonichon committed Nov 1, 2023
1 parent f3d53b8 commit c7eb6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimism/src/mips/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ impl<Fp: Field> Env<Fp> {
let pages = self.memory.len();

let mem = self.memory_usage();
let name = "symbols are not supported yet"; // TODO: implement symbol lookups
let name = "N/A"; // TODO: implement symbol lookups

info!(
"processing step {} pc {:#10x} insn {:#10x} ips {:.2} page {} mem {} name {}",
"processing step {} pc {:#010x} insn {:#010x} ips {:.2} page {} mem {} name {}",
step, pc, insn, ips, pages, mem, name
);
}
Expand Down

0 comments on commit c7eb6ff

Please sign in to comment.