This commit is contained in:
Nicholas Ward 2023-05-10 09:21:52 -07:00
parent 57bcb45104
commit 6e7fa6da02

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