summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-08-10 20:45:41 +0100
committerforsyth <forsyth@vitanuova.com>2010-08-10 20:45:41 +0100
commit99c84fef96ccd10bb6cabb823384c033090293e9 (patch)
tree0ad9f526a330cb19c54590c706c096d537e84818 /appl
parent761232e23b4ed0acbcc1a7bd642a36857d774243 (diff)
20100810-2045
Diffstat (limited to 'appl')
-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;