runtime: windows arm32 1.22 broken #68996
Labels
arch-arm
Issues solely affecting the 32-bit arm architecture.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Windows
Milestone
Go version
1.22
commit 4beb330 breaks go building on windows arm32
What did you do?
fixed it by putting back (accidentally?) removed line 238 in src/runtime/sys_windows_arm.s
MOVW $_INTERRUPT_TIME, R3
What did you see happen?
when using this fix #68552 (comment) and the fix to sys_windows_arm.s above, go now builds up to 1.23 and functions correctly for windows arm32.
What did you expect to see?
all is well with go and with these fixes can be unmarked broken for windows arm32
The text was updated successfully, but these errors were encountered: