summaryrefslogtreecommitdiff
path: root/asmcomp/linearize.mli
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-07-07 12:07:07 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-07-07 12:07:07 +0000
commit679ed6c0b397780ac7f9e96d1c85fd33630e7001 (patch)
tree18e43167a1470e6c74ba2bece28b5ca89cb3bcd9 /asmcomp/linearize.mli
parente2486a832cd306927b40e5932c93233a546ac0df (diff)
downloadocaml-679ed6c0b397780ac7f9e96d1c85fd33630e7001.tar.gz
Passage au truc d'Appel pour les fermetures de fonctions mutuellement
recursives. Changement du layout de try ... with ... Correction de bugs dans la generation des descripteurs de frames. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@64 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/linearize.mli')
-rw-r--r--asmcomp/linearize.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmcomp/linearize.mli b/asmcomp/linearize.mli
index 97e83ac068..e51f2aebd9 100644
--- a/asmcomp/linearize.mli
+++ b/asmcomp/linearize.mli
@@ -18,9 +18,9 @@ and instruction_desc =
| Lbranch of label
| Lcondbranch of Mach.test * label
| Lswitch of label array
- | Lpushtrap of label
+ | Lsetuptrap of label
+ | Lpushtrap
| Lpoptrap
- | Lentertrap
| Lraise
type fundecl =