Skip to content

Commit 5a334ed

Browse files
authored
Fix pack imports in Flambda 1 (#919)
1 parent e6fa61a commit 5a334ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/asmpackager.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ let build_package_cmx members cmxfile =
241241
let ui_export_info =
242242
List.fold_left (fun acc info ->
243243
Export_info.merge acc
244-
(Export_info_for_pack.import_for_pack ~pack_units:(Lazy.force pack_units)
245-
~pack
246-
(get_export_info_flambda1 info)))
247-
(get_export_info_flambda1 ui)
244+
(get_export_info_flambda1 info))
245+
(Export_info_for_pack.import_for_pack ~pack_units:(Lazy.force pack_units)
246+
~pack
247+
(get_export_info_flambda1 ui))
248248
units
249249
in
250250
Flambda1 ui_export_info

0 commit comments

Comments
 (0)