summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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