diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 12:47:56 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 12:47:56 -0400 |
| commit | 968a7292f0b88f9485f4511e48acbee36cf71036 (patch) | |
| tree | 1b0f5c68774c81a939b8c408c33517f53aae5518 /uscript/vm.h | |
| parent | ca004156cbb1c525900f444994112fc17b71d63d (diff) | |
microscript: add c functions
Diffstat (limited to 'uscript/vm.h')
| -rw-r--r-- | uscript/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/vm.h b/uscript/vm.h index 2911d01..cf9aa60 100644 --- a/uscript/vm.h +++ b/uscript/vm.h @@ -20,7 +20,7 @@ enum bytecode { }; struct call_frame { - struct us_func *func; + struct us_val func; struct us_val *stackbot; }; |
