Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Nov 1, 2023
1 parent e217934 commit a95c28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zkevm-circuits/src/evm_circuit/execution/jump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl<F: Field> ExecutionGadget<F> for JumpGadget<F> {

// Pop the value from the stack
cb.stack_pop(destination.expr());

// Lookup opcode at destination
cb.opcode_lookup_at(
from_bytes::expr(&destination.cells),
Expand Down

0 comments on commit a95c28c

Please sign in to comment.