]> Cypherpunks repositories - gostls13.git/commit
runtime: allow float syscall return values on windows amd64
authorRichard Wilkes <wilkes@me.com>
Mon, 24 Feb 2020 23:46:00 +0000 (23:46 +0000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 25 Feb 2020 08:36:15 +0000 (08:36 +0000)
commit450d0b2f30e820f402a638799de0b886c1da8dbe
treef1365fc41a571eda5cb78b149f7818193edbd665
parent0d6b317ee6f232191eadee7ec8c1d4fe98458752
runtime: allow float syscall return values on windows amd64

RELNOTE=yes
Fixes #37273

Change-Id: Iedb7eab185dfeccb1b26902ef36411d2c53ea3e0
GitHub-Last-Rev: bbe30ba45d4a1bd53757b5824ad28024d5e2b179
GitHub-Pull-Request: golang/go#37380
Reviewed-on: https://go-review.googlesource.com/c/go/+/220578
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/runtime/sys_windows_amd64.s
src/runtime/syscall_windows_test.go