From 0b3c2eed35d608d6541ecf004a9576b4eae0b4ef Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Feb 2020 14:33:27 -0800 Subject: libgo: update to Go1.14rc1 release Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/218017 --- libgo/go/runtime/malloc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libgo/go/runtime/malloc.go') diff --git a/libgo/go/runtime/malloc.go b/libgo/go/runtime/malloc.go index fda2273..35ace7f 100644 --- a/libgo/go/runtime/malloc.go +++ b/libgo/go/runtime/malloc.go @@ -513,6 +513,7 @@ func mallocinit() { // allocation at 0x40 << 32 because when using 4k pages with 3-level // translation buffers, the user address space is limited to 39 bits // On darwin/arm64, the address space is even smaller. + // // On AIX, mmaps starts at 0x0A00000000000000 for 64-bit. // processes. for i := 0x7f; i >= 0; i-- { -- cgit v1.1