diff options
| author | iamcheeseman <[email protected]> | 2026-04-17 22:48:52 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-17 22:48:52 -0400 |
| commit | f328d3b2bea11f6b89bf4b3707205ecd8496b93d (patch) | |
| tree | 6d3fdb155a7d4c19332f54790b1d6ae89ae0b04f /uscript/us_debug.c | |
| parent | de5d3ebdbc674bf8f1e324ee5b43c51af288a286 (diff) | |
microscript: add maps
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: |
