This commit is contained in:
Nicholas Ward 2023-05-09 10:57:59 -07:00
parent 057b650fc2
commit a4a4fbb39b

View File

@ -323,9 +323,9 @@
%endmacro
%macro mstore_current_general(offset)
// stack: value
// stack: value
PUSH $offset
// stack: offset, value
// stack: offset, value
%mstore_current_general
// stack: (empty)
%endmacro