diff options
| author | Shenghou Ma <minux@golang.org> | 2015-05-02 04:36:53 -0400 |
|---|---|---|
| committer | Minux Ma <minux@golang.org> | 2015-05-02 19:32:15 +0000 |
| commit | 931328b8b837d0a827d05989f79f28725a704b71 (patch) | |
| tree | 38fc55ce97fdf2fffa07eda61139477d399c942c /src/syscall/exec_linux.go | |
| parent | 76ace947aeaa53e4f743f0a3bc69cea17e63580a (diff) | |
| download | go-931328b8b837d0a827d05989f79f28725a704b71.tar.xz | |
cmd/internal/gc: fix build on big endian systems
The siz argument to both runtime.newproc and runtime.deferproc is
int32, not uintptr. This problem won't manifest on little-endian
systems because that stack slot is uintptr sized anyway. However,
on big-endian systems, it will make a difference.
Change-Id: I2351d1ec81839abe25375cff95e327b80764c2b5
Reviewed-on: https://go-review.googlesource.com/9647
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/syscall/exec_linux.go')
0 files changed, 0 insertions, 0 deletions
