Remove duplicated label

This commit is contained in:
4l0n50 2023-12-27 12:24:12 +01:00
parent a83404966e
commit 48b9769e34

View File

@ -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