]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestLFStack on 386
authorRuss Cox <rsc@golang.org>
Wed, 6 May 2015 01:55:09 +0000 (21:55 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 May 2015 15:21:54 +0000 (15:21 +0000)
commit8f037fa1ab223f48750117219cd4fff8c6575970
tree2277c4eefc8b599aa37a9a4867aee80987fef8bc
parent351897d9d4f61dba5bd19270463c393a58d1f2ce
runtime: fix TestLFStack on 386

The new(uint64) was moving to the stack, which may not be aligned.

Change-Id: Iad070964202001b52029494d43e299fed980f939
Reviewed-on: https://go-review.googlesource.com/9787
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/runtime/lfstack_test.go