summaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 913fb60c..9f0ff266 100644
--- a/vm.c
+++ b/vm.c
@@ -147,6 +147,7 @@ val vm_make_desc(val nlevels, val nregs, val bytecode,
vd->bytecode = nil;
vd->datavec = nil;
+ vd->funvec = nil;
vd->frsz = nlvl * 2 + nreg;