Skip to content

Commit 4780c83

Browse files
authored
caml_{curry,apply,send}* for unboxed types (#1104)
1 parent 61e6519 commit 4780c83

File tree

20 files changed

+948
-584
lines changed

20 files changed

+948
-584
lines changed

backend/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

backend/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)