Skip to content

Commit

Permalink
Reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Jul 19, 2024
1 parent 9ff3c22 commit 4b95c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codegen/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5266,6 +5266,7 @@ module IC = struct
edesc = nr (FuncExport (nr post_upgrade_fi))
})


let get_self_reference env =
match E.mode env with
| Flags.ICMode | Flags.RefMode ->
Expand Down Expand Up @@ -6343,7 +6344,7 @@ module RTS_Exports = struct
E.add_export env (nr {
name = Lib.Utf8.decode "moc_stable_mem_set_version";
edesc = nr (FuncExport (nr moc_stable_mem_set_version_fi))
});
})

end (* RTS_Exports *)

Expand Down

0 comments on commit 4b95c4f

Please sign in to comment.