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 4542ab99..a425c4a2 100644
--- a/src/type.h
+++ b/src/type.h
@@ -41,6 +41,7 @@ class Type {
Nullref = -0x12, // 0x6e
Exnref = -0x18, // 0x68
Func = -0x20, // 0x60
+ Struct = -0x21, // 0x5f
Void = -0x40, // 0x40
___ = Void, // Convenient for the opcode table in opcode.h