summaryrefslogtreecommitdiff
path: root/asmcomp/liveness.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-07-10 09:48:27 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-07-10 09:48:27 +0000
commitc226d5efeb43f25c7086e89733ec8073262aa2e0 (patch)
tree481cda5fe83465c0acf991782d8848ec867bd946 /asmcomp/liveness.ml
parentbbbf6d016497de98d776934e20fbac905d48d6a1 (diff)
downloadocaml-c226d5efeb43f25c7086e89733ec8073262aa2e0.tar.gz
Branchement du GC de la version bytecode sur le compilateur natif
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@72 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/liveness.ml')
-rw-r--r--asmcomp/liveness.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/liveness.ml b/asmcomp/liveness.ml
index c2a19dcd59..0dbb74d9a5 100644
--- a/asmcomp/liveness.ml
+++ b/asmcomp/liveness.ml
@@ -76,7 +76,7 @@ let rec live i finally =
let across_after = Reg.diff_set_array (live i.next finally) i.res in
let across =
match i.desc with
- Iop(Icall_ind) | Iop(Icall_imm _) | Iop(Iextcall _)->
+ Iop(Icall_ind) | Iop(Icall_imm _) | Iop(Iextcall(_, _)) ->
(* The function call may raise an exception, branching to the
nearest enclosing try ... with. Hence, everything that must
be live at the beginning of the exception handler must also