From 968a7292f0b88f9485f4511e48acbee36cf71036 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 14 Apr 2026 12:47:56 -0400 Subject: microscript: add c functions --- uscript/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uscript/vm.h') 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; }; -- cgit v1.3-2-g0d8e