summaryrefslogtreecommitdiff
path: root/src/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type.h')
-rw-r--r--src/type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type.h b/src/type.h
index a425c4a2..2a7597ae 100644
--- a/src/type.h
+++ b/src/type.h
@@ -42,6 +42,7 @@ class Type {
Exnref = -0x18, // 0x68
Func = -0x20, // 0x60
Struct = -0x21, // 0x5f
+ Array = -0x22, // 0x5e
Void = -0x40, // 0x40
___ = Void, // Convenient for the opcode table in opcode.h