mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
fix
This commit is contained in:
parent
a076da7541
commit
057b650fc2
@ -322,6 +322,14 @@
|
||||
// stack: (empty)
|
||||
%endmacro
|
||||
|
||||
%macro mstore_current_general(offset)
|
||||
// stack: value
|
||||
PUSH $offset
|
||||
// stack: offset, value
|
||||
%mstore_current_general
|
||||
// stack: (empty)
|
||||
%endmacro
|
||||
|
||||
// Store a big-endian u32 to kernel general memory in the current context.
|
||||
%macro mstore_current_general_u32
|
||||
// stack: offset, value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user