aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libgo/runtime/malloc.goc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/libgo/runtime/malloc.goc')
-rw-r--r--gcc-4.8/libgo/runtime/malloc.goc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc-4.8/libgo/runtime/malloc.goc b/gcc-4.8/libgo/runtime/malloc.goc
index 8ccaa6b88..d6ecfe463 100644
--- a/gcc-4.8/libgo/runtime/malloc.goc
+++ b/gcc-4.8/libgo/runtime/malloc.goc
@@ -541,7 +541,6 @@ runtime_settype_flush(M *mp, bool sysalloc)
// (Manually inlined copy of runtime_MHeap_Lookup)
p = (uintptr)v>>PageShift;
- if(sizeof(void*) == 8)
p -= (uintptr)runtime_mheap->arena_start >> PageShift;
s = runtime_mheap->map[p];