Skip to content

Commit c562fb3

Browse files
authored
flambda-backend: caml_{curry,apply,send}* for unboxed types (#1104)
1 parent 50ee311 commit c562fb3

File tree

9 files changed

+539
-327
lines changed

9 files changed

+539
-327
lines changed

asmcomp/cmm.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(* *)
1414
(**************************************************************************)
1515

16-
type machtype_component =
16+
type machtype_component = Cmx_format.machtype_component =
1717
| Val
1818
| Addr
1919
| Int

asmcomp/cmm.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
(* Second intermediate language (machine independent) *)
1717

18-
type machtype_component =
18+
type machtype_component = Cmx_format.machtype_component =
1919
| Val
2020
| Addr
2121
| Int

0 commit comments

Comments
 (0)