Merge branch 'memory-refactor' into precompile-memory-context-change

This commit is contained in:
Nicholas Ward 2023-05-10 09:22:04 -07:00
commit 97aedd11cf

View File

@ -71,7 +71,7 @@
// Store a big-endian u32, consisting of 4 bytes (c_3, c_2, c_1, c_0).
%macro mstore_u32
// stack: context, segment, offset, value
%stack (addr: 3, value) -> (addr, value, 32, %%after)
%stack (addr: 3, value) -> (addr, value, 4, %%after)
%jump(mstore_unpacking)
%%after:
%endmacro