]> Cypherpunks repositories - gostls13.git/commit
runtime: fix 32-bit build
authorKeith Randall <khr@golang.org>
Thu, 8 Jan 2015 21:34:05 +0000 (13:34 -0800)
committerKeith Randall <khr@golang.org>
Thu, 8 Jan 2015 21:39:57 +0000 (21:39 +0000)
commit7b2524217e1128e8d8a7b9f9c253bf5b86dc301e
tree826f351d75eb6c8b59dc99b8b1bfa7db18b91e61
parentfbe2845cdda98e5327ab6dc3ba29b3650414464d
runtime: fix 32-bit build

In 32-bit worlds, 8-byte objects are only aligned to 4-byte boundaries.

Change-Id: I91469a9a67b1ee31dd508a4e105c39c815ecde58
Reviewed-on: https://go-review.googlesource.com/2581
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/export_test.go
src/runtime/runtime_test.go