Skip to content

Commit 0b9b32a

Browse files
committed
Fix i386 build
1 parent a515093 commit 0b9b32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

asmcomp/i386/proc.ml

-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ let outgoing ofs =
140140
else Domainstate (ofs + size_domainstate_args)
141141
let not_supported _ofs = fatal_error "Proc.loc_results: cannot call"
142142

143-
(* Six arguments in integer registers plus eight in global memory. *)
144-
let max_arguments_for_tailcalls = 14
145-
146143
let loc_arguments arg =
147144
calling_conventions 0 5 100 99 outgoing arg
148145
let loc_parameters arg =

0 commit comments

Comments
 (0)