]> Cypherpunks repositories - gostls13.git/commit
runtime: correct netbsd/amd64 assembly for timespec handling
authorJoel Sing <joel@sing.id.au>
Thu, 16 May 2019 15:25:55 +0000 (01:25 +1000)
committerJoel Sing <joel@sing.id.au>
Fri, 17 May 2019 14:32:34 +0000 (14:32 +0000)
commitee551846fa015a04aaa55e44e8d9b6647156e301
tree48274933096a7038f64cb1b5ee43872a3040c4ba
parent37133b5d63a451e083d78187a252ed2ea3bf96fc
runtime: correct netbsd/amd64 assembly for timespec handling

A timespec on netbsd/amd64 is int64/int64, not int64/int32.
This bug appears to have been introduced in 7777bac6e45.

Spotted by Cherry Zhang while reviewing https://go-review.googlesource.com/c/go/+/177120.

Change-Id: I163c55d926965defd981bdbfd2511de7d9d4c542
Reviewed-on: https://go-review.googlesource.com/c/go/+/177637
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Benny Siegert <bsiegert@gmail.com>
src/runtime/sys_netbsd_amd64.s