Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 13, 2023
1 parent 46313b8 commit abb731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/cpu/kernel/asm/memory/packing.asm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ global mload_packing_u64_LE:
global mstore_unpacking:
// stack: context, segment, offset, value, len, retdest
%stack(context, segment, offset, value, len, retdest) -> (context, segment, offset, value, len, offset, len, retdest)
// stack: context, segment, offset, value, len, len, offset, retdest
// stack: context, segment, offset, value, len, offset, len, retdest
MSTORE_32BYTES
// stack: offset, len, retdest
ADD SWAP1
Expand Down

0 comments on commit abb731c

Please sign in to comment.