]> Cypherpunks repositories - gostls13.git/commit
runtime: fix solaris build
authorRuss Cox <rsc@golang.org>
Wed, 27 Aug 2014 18:52:25 +0000 (14:52 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Aug 2014 18:52:25 +0000 (14:52 -0400)
commit997809c809d9bb1016947d9e0bed7d4753496eeb
treee0a0c1b8497476bd9779aca66c97d6728c1b94f7
parentc548cc2ec8c5c83ba16ab92c1cf8bcc3320ba624
runtime: fix solaris build

nanotime1 is not a Go function and must not store its result at 0(FP).
That overwrites some data owned by the caller.

TBR=aram
CC=golang-codereviews
https://golang.org/cl/138730043
src/pkg/runtime/sys_solaris_amd64.s