Skip to content

Commit 65f4e69

Browse files
committed
update pc tracing
1 parent f7cfa9e commit 65f4e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/src/arch/interpreter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ unsafe fn execute_trampoline<F: PrimeField32, Ctx: ExecutionCtxTrait>(
592592
.as_ref()
593593
.is_ok_and(|exit_code| exit_code.is_none())
594594
{
595-
tracing::trace!(pc = self.pc, "executing instruction");
595+
tracing::trace!(pc = pc, "executing instruction");
596596
if Ctx::should_suspend(instret, pc, arg, exec_state) {
597597
break;
598598
}

0 commit comments

Comments
 (0)