summaryrefslogtreecommitdiff
path: root/appl/lib/dis.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/lib/dis.b')
-rw-r--r--appl/lib/dis.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/dis.b b/appl/lib/dis.b
index f64fd162..c907df61 100644
--- a/appl/lib/dis.b
+++ b/appl/lib/dis.b
@@ -318,7 +318,7 @@ loadobj(disfile: string): (ref Mod, string)
reals := array[n] of real;
for(i = 0; i < n; i++)
reals[i] = math->bits64real(getl());
- dat = ref Data.Reals(op, n, offset, nil);
+ dat = ref Data.Reals(op, n, offset, reals);
} else {
disptr += 8*n; # skip it
dat = ref Data.Reals(op, n, offset, nil);