Skip to content

Commit b851eaa

Browse files
authored
flambda-backend: Backport first part of ocaml/ocaml PR10498 (#737)
1 parent fafb4bd commit b851eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asmcomp/cmm_helpers.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ let send_function (arity, mode) =
20022002
let cache = cache in
20032003
let fun_name = send_function_name arity mode in
20042004
let fun_args =
2005-
[obj, typ_val; tag, typ_int; cache, typ_val]
2005+
[obj, typ_val; tag, typ_int; cache, typ_addr]
20062006
@ List.map (fun id -> (id, typ_val)) (List.tl args) in
20072007
let fun_dbg = placeholder_fun_dbg ~human_name:fun_name in
20082008
Cfunction

0 commit comments

Comments
 (0)