summaryrefslogtreecommitdiff
path: root/appl/cmd/stackv.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/stackv.b')
-rw-r--r--appl/cmd/stackv.b1
1 files changed, 1 insertions, 0 deletions
diff --git a/appl/cmd/stackv.b b/appl/cmd/stackv.b
index be842aa5..77942bd5 100644
--- a/appl/cmd/stackv.b
+++ b/appl/cmd/stackv.b
@@ -489,6 +489,7 @@ addref(v: int): int
t := array[n*3/2] of int;
t[0:] = a;
hasht[slot].t1 = t;
+ a = t;
}
a[hasht[slot].t0++] = v;
return 1;