From 9d496439f8ee6748cc866bf786aeff66a36bfa4e Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:55:32 -0400 Subject: [PATCH] fix: change min stack length for transient opcodes (#450) --- evm_arithmetization/src/cpu/kernel/asm/core/exception.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evm_arithmetization/src/cpu/kernel/asm/core/exception.asm b/evm_arithmetization/src/cpu/kernel/asm/core/exception.asm index 9aae5983b..6e29af030 100644 --- a/evm_arithmetization/src/cpu/kernel/asm/core/exception.asm +++ b/evm_arithmetization/src/cpu/kernel/asm/core/exception.asm @@ -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