diff options
Diffstat (limited to 'bytecomp/instruct.ml')
-rw-r--r-- | bytecomp/instruct.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/instruct.ml b/bytecomp/instruct.ml index 1ba36990b..1c91c03e9 100644 --- a/bytecomp/instruct.ml +++ b/bytecomp/instruct.ml @@ -24,7 +24,7 @@ type instruction = | Kgetfield of int | Ksetfield of int | Kdummy of int - | Kupdate + | Kupdate of int | Kvectlength | Kgetvectitem | Ksetvectitem |