Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 17, 2024
1 parent f448178 commit 4403879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/evm/src/interpreter.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ pub impl EVMImpl of EVMTrait {

match Self::execute_opcode(ref vm, opcode) {
Result::Ok(_) => {

if opcode != 0x56 && opcode != 0x57 {
// Increment pc if not a JUMP family opcode
vm.set_pc(vm.pc() + 1);
Expand Down

0 comments on commit 4403879

Please sign in to comment.