Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4l0n50 committed Sep 12, 2024
1 parent 71e7021 commit 1137c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_arithmetization/src/cpu/kernel/asm/mpt/hash/hash.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mpt_hash_hash_rlp:
%jump(mstore_unpacking)
mpt_hash_hash_rlp_after_unpacking:
// stack: result_addr, result_len, new_len, retdest
POP PUSH @INITIAL_RLP_ADDR // ctx == virt == 0
POP PUSH @INITIAL_RLP_ADDR // ctx == 0, virt == 1
// stack: result_addr, result_len, new_len, retdest
KECCAK_GENERAL
// stack: hash, new_len, retdest
Expand Down

0 comments on commit 1137c9b

Please sign in to comment.