]> Cypherpunks repositories - gostls13.git/commit
syscall: add windows/arm64 support
authorRuss Cox <rsc@golang.org>
Wed, 27 Jan 2021 02:18:01 +0000 (21:18 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:40:42 +0000 (00:40 +0000)
commitf6c4b4bf9646f2a3dce6f09ecb93498ddf06d96c
tree9fc57acafa592804725c7b0822857dbda05c14e6
parentac024a0c7bd799dcb3d8cd1f9b55a3047a14556e
syscall: add windows/arm64 support

types_windows_arm64.go is a copy of types_windows_amd64.go.
All that matters for these types seems to be that they are 64-bit vs 32-bit.

This CL is part of a stack adding windows/arm64
support (#36439), intended to land in the Go 1.17 cycle.

Change-Id: Ia7788d6e88e5db899371c75dc7dea7d912a689ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/288825
Trust: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/syscall/types_windows_arm64.go [new file with mode: 0644]