commit | 6c0bcb1863fbc84447590226911db9baab7a5c97 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue May 27 23:58:36 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue May 27 23:58:36 2014 -0400 |
tree | 969199b9ad45e95a2d87dff665a6ec63c8cce3e5 | |
parent | eeb87c3660932cb0dcc6db2e3784a66b6d06a82a [diff] |
cmd/gc: fix method value closures on nacl amd64p32 The code was assuming that pointer alignment is the maximum alignment, but on NaCl uint64 alignment is even more strict. Brad checked in the test earlier today; this fixes the build. Fixes #7863. TBR=iant CC=golang-codereviews https://golang.org/cl/98630046