]> Cypherpunks repositories - gostls13.git/commit
runtime: fix nanotime1 on windows/arm
authorqmuntal <quimmuntal@gmail.com>
Thu, 22 Aug 2024 13:02:49 +0000 (15:02 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Thu, 22 Aug 2024 17:12:38 +0000 (17:12 +0000)
commitc7faf7f51478b8a91a78bebb3f7740972ac76d6e
tree55f2f4ea074091a4a4b0da919c0980ccfacd8409
parent64a5d1d7de14ad74b1a77614de0e17c659ef12b6
runtime: fix nanotime1 on windows/arm

nanotime1 is broken on windows/arm since CL 526358, which
unintentionally removed a necessary instruction. It hasn't been
noticed till now because the there is no windows/arm builder.

This CL restores the instruction.

Fixes #68996.

Change-Id: I52ef6891a3bd8e608b8538f456d181e08f93efaa
Reviewed-on: https://go-review.googlesource.com/c/go/+/607776
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/sys_windows_arm.s