]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: fix time on windows/arm under WINE
authorRuss Cox <rsc@golang.org>
Wed, 27 Jan 2021 16:22:02 +0000 (11:22 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:03:59 +0000 (00:03 +0000)
commit91cc484ea914fc75e7321d23017d59c9751f5066
treeec3ccc5ab95ee8fe55e06870e8cd68f1339a40ad
parent38672d3dcf2eae297c45dc2a899c39528148f14b
runtime: fix time on windows/arm under WINE

This code has clearly never run successfully,
since one of the “tail calls" calls the wrong function,
and both of them appear in functions with stack frames
that are never going to be properly unwound.
Probably there is no windows/arm under WINE at all.
But might as well fix the code.

Change-Id: I5fa62274b3661bc6bce098657b5bcf11d59655eb
Reviewed-on: https://go-review.googlesource.com/c/go/+/288811
Trust: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/runtime/sys_windows_arm.s