summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/memsize.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/memsize.c b/common/memsize.c
index 74cf075aff..963e4f35b1 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! */
OpenPOWER on IntegriCloud