diff options
Diffstat (limited to 'common/memsize.c')
| -rw-r--r-- | common/memsize.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/memsize.c b/common/memsize.c index 74cf075af..963e4f35b 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! */ |