From f328d3b2bea11f6b89bf4b3707205ecd8496b93d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 17 Apr 2026 22:48:52 -0400 Subject: microscript: add maps --- uscript/us_debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'uscript/us_debug.c') 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: -- cgit v1.3-2-g0d8e