diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-08-10 20:45:41 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-08-10 20:45:41 +0100 |
| commit | 99c84fef96ccd10bb6cabb823384c033090293e9 (patch) | |
| tree | 0ad9f526a330cb19c54590c706c096d537e84818 | |
| parent | 761232e23b4ed0acbcc1a7bd642a36857d774243 (diff) | |
20100810-2045
| -rw-r--r-- | appl/cmd/stackv.b | 1 | ||||
| -rw-r--r-- | dis/stackv.dis | bin | 8872 -> 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 Binary files differindex 1a1aa5f0..18708b07 100644 --- a/dis/stackv.dis +++ b/dis/stackv.dis |
