diff options
| author | iamcheeseman <[email protected]> | 2026-04-16 16:13:52 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-16 16:13:52 -0400 |
| commit | eb0e4255e9eb878b7a17830b5be06a71add3b34e (patch) | |
| tree | 2714b598f43518348300f5dd5eedc2e5bd92a847 /uscript/val.h | |
| parent | 7663596a72347d8dab936c6503002d95149c04c9 (diff) | |
microscript: better runtime errors
Diffstat (limited to 'uscript/val.h')
| -rw-r--r-- | uscript/val.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uscript/val.h b/uscript/val.h index 8ea91dd..5deb64c 100644 --- a/uscript/val.h +++ b/uscript/val.h @@ -83,7 +83,8 @@ struct us_proto { const struct us_str *name; struct us_val constants[UINT8_MAX]; u8 *bytecode; // dyn_arr - int* upval_locs; + int *lines; // dyn_arr + int *upval_locs; int upvalc; int argc; bool is_variadic; |
