diff options
Diffstat (limited to 'src/type.h')
-rw-r--r-- | src/type.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |