diff options
Diffstat (limited to 'uscript/us_debug.c')
| -rw-r--r-- | uscript/us_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/us_debug.c b/uscript/us_debug.c index 8898211..15465ce 100644 --- a/uscript/us_debug.c +++ b/uscript/us_debug.c @@ -44,6 +44,7 @@ int print_instruction(struct us_proto *proto, int idx) } case BC_SMALL_INT: case BC_ARR: + case BC_MAP: case BC_GET_UPVAL: case BC_SET_UPVAL: case BC_GET_LOCAL: |
