mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
cleanup
This commit is contained in:
parent
46d9cee09d
commit
3b7ad771e0
@ -1,15 +1,13 @@
|
||||
global precompile_blake2_f:
|
||||
// stack: address, retdest, new_ctx, kexit_info, ret_offset, ret_size
|
||||
// stack: address, retdest, new_ctx, (old stack)
|
||||
%pop2
|
||||
// stack: new_ctx, kexit_info, ret_offset, ret_size
|
||||
// stack: new_ctx, (old stack)
|
||||
DUP1
|
||||
SET_CONTEXT
|
||||
// stack: (empty)
|
||||
PUSH 0x100000000 // = 2^32 (is_kernel = true)
|
||||
// stack: kexit_info
|
||||
|
||||
// get various inputs out of SEGMENT_CALLDATA
|
||||
|
||||
PUSH blake2_f_contd
|
||||
// stack: blake2_f_contd, kexit_info
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user