diff options
Diffstat (limited to 'dis.c')
-rw-r--r-- | dis.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ static size_t disasm_instr_h(Chunk *ch, size_t ip, int depth) { SIMPLE_INSTR(OP_CMP, "cmp") SIMPLE_INSTR(OP_EQU, "equ") SIMPLE_INSTR(OP_HALT, "halt") + SIMPLE_INSTR(OP_ARRNEW, "arrnew") + SIMPLE_INSTR(OP_ARRAPPEND, "arrappend") #undef SIMPLE_INSTR default: |