This commit is contained in:
Nicholas Ward 2022-10-03 10:11:59 -07:00
parent 249fc6c1e4
commit 6ff0b84e59

View File

@ -251,7 +251,7 @@
// Store a single byte to kernel general memory.
%macro mstore_kernel_general
// stack: offset, value
%mstore_kernel(@SEGMENT_RLP_RAW)
%mstore_kernel(@SEGMENT_KERNEL_GENERAL)
// stack: (empty)
%endmacro