Commit 073aeff7 authored by Shenghou Ma's avatar Shenghou Ma Committed by Nigel Tao

runtime: fix "SysReserve returned unaligned address" bug on 32-bit systems

R=rsc
CC=golang-dev
https://golang.org/cl/5642064
parent c59dc485
......@@ -261,6 +261,8 @@ runtime·mallocinit(void)
extern byte end[];
byte *want;
p = nil;
runtime·InitSizes();
// Set up the allocation arena, a contiguous area of memory where
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment