mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43:07 +00:00
Remove duplicated label
This commit is contained in:
parent
a83404966e
commit
48b9769e34
@ -127,12 +127,6 @@ global encode_node_empty:
|
||||
%stack (cur_len, retdest) -> (retdest, @ENCODED_EMPTY_NODE_POS, 1, cur_len)
|
||||
JUMP
|
||||
|
||||
global encode_node_empty:
|
||||
// stack: node_type, node_payload_ptr, encode_value, retdest
|
||||
%pop3
|
||||
%stack (retdest) -> (retdest, @ENCODED_EMPTY_NODE_POS, 1)
|
||||
JUMP
|
||||
|
||||
global encode_node_branch:
|
||||
// stack: node_type, node_payload_ptr, encode_value, cur_len, retdest
|
||||
POP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user