diff options
| author | iamcheeseman <[email protected]> | 2026-04-25 19:14:55 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-25 19:14:55 -0400 |
| commit | b8db294d0c843084a20cd7b6c2f087ba6edce530 (patch) | |
| tree | e6e0e1ae19827f49c7500b3e563c20433a94f11f /uscript/us_debug.c | |
| parent | f328d3b2bea11f6b89bf4b3707205ecd8496b93d (diff) | |
Diffstat (limited to 'uscript/us_debug.c')
| -rw-r--r-- | uscript/us_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/us_debug.c b/uscript/us_debug.c index 15465ce..102ea63 100644 --- a/uscript/us_debug.c +++ b/uscript/us_debug.c @@ -80,7 +80,7 @@ int print_instruction(struct us_proto *proto, int idx) } case BC_FALSE: case BC_TRUE: - case BC_ZILCH: + case BC_NADA: case BC_PUSH_INDEX: case BC_GET_INDEX: case BC_SET_INDEX: |
