Skip to content

runtime: windows arm32 1.22 broken #68996

@wmjb

Description

@wmjb

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

Metadata

Metadata

Assignees

Labels

NeedsFixThe path to resolution is known, but the work has not been done.OS-Windowsarch-armIssues solely affecting the 32-bit arm architecture.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions