]> Cypherpunks repositories - gostls13.git/commit
runtime: fix darwin/386, darwin/arm builds
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 8 Apr 2015 23:44:14 +0000 (19:44 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 9 Apr 2015 01:36:21 +0000 (01:36 +0000)
commitc844bf4cfc6bd05448b0c60aa01c07034d635384
tree834656aa5376e03873f4a56c5f04035dba227ef6
parente0d9342da713cc3cd4243e1c940851a7518d7a95
runtime: fix darwin/386, darwin/arm builds

In cl/8652 I broke darwin/arm and darwin/386 because I removed the *g
parameter, which they both expect and use. This CL adjusts both ports
to look for g0 in m, just as darwin/amd64 does.

Tested on darwin{386,arm,amd64}.

Change-Id: Ia56f3d97e126b40d8bbd2e8f677b008e4a1badad
Reviewed-on: https://go-review.googlesource.com/8666
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sys_darwin_386.s
src/runtime/sys_darwin_amd64.s
src/runtime/sys_darwin_arm.s