]> Cypherpunks repositories - gostls13.git/commit
runtime: fix usleep on windows/arm
authorRuss Cox <rsc@golang.org>
Tue, 23 Feb 2021 16:38:24 +0000 (11:38 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 23 Feb 2021 18:35:59 +0000 (18:35 +0000)
commit080119799bb9cbace0d20bcc671497a53e3ec14e
tree1aa3591e08118bef7430abe3a445b1752dbaea94
parent74cac8d47937af01bd9653df8d601b08843d3808
runtime: fix usleep on windows/arm

Changed calling convention to pre-multiply the argument by -100,
and then deleted the * 100 but not the negation in the windows/arm assembly.
Delete the negation.

Fixes the current all.bash breakage on windows/arm builder.
(Maybe that will uncover more.)

Change-Id: I13006a44866ecc007586deb180a49c038d70aa99
Reviewed-on: https://go-review.googlesource.com/c/go/+/295529
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/sys_windows_arm.s