]> Cypherpunks repositories - gostls13.git/commit
syscall: fix arithmetic errors in assembly for seek function for 64-bit Plan 9
authorAkshat Kumar <seed@mail.nanosouffle.net>
Tue, 22 Jan 2013 19:03:30 +0000 (14:03 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 19:03:30 +0000 (14:03 -0500)
commit85f86399f417b0bf494a62bcbb90b91928a067e4
treeb3e84432f69fab27ab78d5aeb77ef8ac2c44b194
parentf8284b64cecf38338cf62ddc6398c0a9fe655326
syscall: fix arithmetic errors in assembly for seek function for 64-bit Plan 9

Offsets for return values from seek were miscalculated
and a translation from 32-bit code for error handling
was incorrect.

R=rsc, rminnich, npe
CC=golang-dev
https://golang.org/cl/7181045
src/pkg/syscall/asm_plan9_amd64.s