Deserialize code without functions
This commit is contained in:
parent
ccbb0ed6c7
commit
34b9684b6b
@ -293,6 +293,9 @@ deserialize_functions(<<Op:8, Rest/binary>>,
|
|||||||
false ->
|
false ->
|
||||||
deserialize_functions(Rest2, Env#{ current_bb_code => OpCode})
|
deserialize_functions(Rest2, Env#{ current_bb_code => OpCode})
|
||||||
end;
|
end;
|
||||||
|
deserialize_functions(<<>>, #{ function := none
|
||||||
|
, functions := Funs}) ->
|
||||||
|
Funs;
|
||||||
deserialize_functions(<<>>, #{ function := {F, Sig}
|
deserialize_functions(<<>>, #{ function := {F, Sig}
|
||||||
, bb := BB
|
, bb := BB
|
||||||
, current_bb_code := Code
|
, current_bb_code := Code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user