summaryrefslogtreecommitdiff
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
parent761232e23b4ed0acbcc1a7bd642a36857d774243 (diff)
20100810-2045
-rw-r--r--appl/cmd/stackv.b1
-rw-r--r--dis/stackv.disbin8872 -> 8876 bytes
2 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;
diff --git a/dis/stackv.dis b/dis/stackv.dis
index 1a1aa5f0..18708b07 100644
--- a/dis/stackv.dis
+++ b/dis/stackv.dis
Binary files differ