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