diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-06-22 10:11:18 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-06-22 10:11:18 +0000 |
commit | 41bd2b61538eedb5d24dcae01b11e533a398dff8 (patch) | |
tree | a8f60e0397eaebdcba0f2000c7deaff28b0f7371 /bytecomp/instruct.mli | |
parent | 57c7dfd8fed5efd2d66f0b990941ade7382fa012 (diff) |
Fermetures representees en un seul bloc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@49 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/instruct.mli')
-rw-r--r-- | bytecomp/instruct.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecomp/instruct.mli b/bytecomp/instruct.mli index 55fee05bb..4279e0c71 100644 --- a/bytecomp/instruct.mli +++ b/bytecomp/instruct.mli @@ -25,8 +25,8 @@ type instruction = | Kmakeblock of int * int (* size, tag *) | Kgetfield of int | Ksetfield of int - | Kdummy of int - | Kupdate + | Kdummy of int (* block size *) + | Kupdate of int (* block size *) | Kvectlength | Kgetvectitem | Ksetvectitem |