mirror of https://github.com/golang/go.git
runtime: fix "SysReserve returned unaligned address" bug on 32-bit systems
R=rsc CC=golang-dev https://golang.org/cl/5642064
This commit is contained in:
parent
c59dc485cd
commit
073aeff785
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue