]> Cypherpunks repositories - gostls13.git/commit
cmd/9l: fix ppc64le build
authorRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 05:16:16 +0000 (00:16 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 05:17:39 +0000 (05:17 +0000)
commite15221acece3ffeb7aaca9cf967f8ea7dac6e664
treee02ca36a242fc44ed6249e584be2f27c34197574
parentf1489ac2511eda7c9eaca6bac83d329410b3ce92
cmd/9l: fix ppc64le build

The conversion accidentally dropped the +4 here.

Change-Id: Ic6181a759565c261bc1b084317f693ae249fd036
Reviewed-on: https://go-review.googlesource.com/6451
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/9l/asm.go