summaryrefslogtreecommitdiff
path: root/common/memsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/memsize.c')
-rw-r--r--common/memsize.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/memsize.c b/common/memsize.c
index 74cf075..963e4f3 100644
--- a/common/memsize.c
+++ b/common/memsize.c
@@ -73,7 +73,6 @@ long get_ram_size(long *base, long maxsize)
}
return (0);
}
- *addr = save[i];
for (cnt = 1; cnt < maxsize / sizeof (long); cnt <<= 1) {
addr = base + cnt; /* pointer arith! */