Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascxstro committed Nov 12, 2024
1 parent accc1d7 commit 5f8200a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interp/src/flatten/structures/environment/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,10 @@ impl<C: AsRef<Context> + Clone> Simulator<C> {
) -> DataDump {
self.base.dump_memories(dump_registers, all_mems)
}

pub fn print_pc_string(&self) {
self.base.print_pc_string()
}
}

impl<C: AsRef<Context> + Clone> BaseSimulator<C> {
Expand Down

0 comments on commit 5f8200a

Please sign in to comment.