aboutsummaryrefslogtreecommitdiff
path: root/kernel/cbytecodes.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-07-10 15:25:11 +0200
committerGaëtan Gilbert2018-07-24 13:49:18 +0200
commit076bb351257dfd3c605c010d95484f224bef5e56 (patch)
treea03ae69145ed806d4c97ca9de7d3b560b34b6478 /kernel/cbytecodes.mli
parentd03deb978a6747a9fb6ce33cb6ed5063d36c7b42 (diff)
VM: don't duplicate projection narg information in lproj/kproj
Diffstat (limited to 'kernel/cbytecodes.mli')
-rw-r--r--kernel/cbytecodes.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/cbytecodes.mli b/kernel/cbytecodes.mli
index 9c289e87d9..f17a1e657e 100644
--- a/kernel/cbytecodes.mli
+++ b/kernel/cbytecodes.mli
@@ -88,8 +88,7 @@ type instruction =
| Ksetfield of int (** accu[n] = sp[0] ; sp = pop sp *)
| Kstop
| Ksequence of bytecodes * bytecodes
- | Kproj of int * Projection.Repr.t (** index of the projected argument,
- name of projection *)
+ | Kproj of Projection.Repr.t
| Kensurestackcapacity of int
(** spiwack: instructions concerning integers *)