diff --git a/src/pkg/runtime/malloc.goc b/src/pkg/runtime/malloc.goc index 18652d71a6..70b85d68d7 100644 --- a/src/pkg/runtime/malloc.goc +++ b/src/pkg/runtime/malloc.goc @@ -297,6 +297,9 @@ runtime·mallocinit(void) if(p == nil) runtime·throw("runtime: cannot reserve arena virtual address space"); } + if((uintptr)p & (((uintptr)1<