Skip to content

Commit

Permalink
fix: change min stack length for transient opcodes (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Jul 26, 2024
1 parent 4534d24 commit 9d49643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm_arithmetization/src/cpu/kernel/asm/core/exception.asm
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ min_stack_len_for_opcode:
BYTES 0 // 0x59, MSIZE
BYTES 0 // 0x5a, GAS
BYTES 0 // 0x5b, JUMPDEST
BYTES 0 // 0x5c, invalid
BYTES 0 // 0x5d, invalid
BYTES 1 // 0x5c, TLOAD
BYTES 2 // 0x5d, TSTORE
BYTES 3 // 0x5e, MCOPY

%rep 33 // 0x5f-0x7f, PUSH0-PUSH32
Expand Down

0 comments on commit 9d49643

Please sign in to comment.