Merge pull request #111 from aeternity/enable-fate-code-mods

Export FATE code setters
This commit is contained in:
Radosław Rowicki
2022-10-03 14:33:59 +02:00
committed by GitHub
-2
View File
@@ -27,11 +27,9 @@
-include("../include/aeb_fate_opcodes.hrl").
-include("../include/aeb_fate_data.hrl").
-ifdef(EQC).
-export([ update_annotations/2
, update_functions/2
, update_symbols/2]).
-endif.
-record(fcode, { functions = #{} :: map()
, symbols = #{} :: map()