diff options
Diffstat (limited to 'uscript')
| -rw-r--r-- | uscript/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/vm.c b/uscript/vm.c index 18f1eaf..4064e12 100644 --- a/uscript/vm.c +++ b/uscript/vm.c @@ -167,7 +167,7 @@ void us_exec(struct us_func *func) vm.cf++; vm.cf->func = wrap_func(func); vm.cf->stackbot = vm.stacktop - func->proto->argc; - + for (int i = 0; i < da_len(func->proto->bytecode); i++) { #define read_byte() (func->proto->bytecode[++i]) #define read_short() \ |
