1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:50:05 -07:00
go/src/reflect
Joel Sing 02816a2cad reflect: correct riscv64 assembly
R0 is not a thing in riscv64 assembly - use ZERO (rather than X0) since
the rest of this currently uses ABI names.

Updates #27532

Change-Id: I28fb68e9f80d05231a07c5921e7062777234e2c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/215437
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2020-01-19 15:28:32 +00:00
..
all_test.go reflect: record PkgPath of StructOf arguments 2019-12-19 05:39:31 +00:00
asm_386.s
asm_amd64.s
asm_arm64.s
asm_arm.s
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s reflect: correct riscv64 assembly 2020-01-19 15:28:32 +00:00
asm_s390x.s
asm_wasm.s
deepequal.go reflect: fix panic in DeepEqual when checking a cycle 2019-09-11 00:56:01 +00:00
example_test.go
export_test.go reflect: fix unsafe conversions reported by -d=checkptr 2019-10-22 18:09:15 +00:00
makefunc.go
set_test.go
swapper.go
tostring_test.go
type.go reflect: record PkgPath of StructOf arguments 2019-12-19 05:39:31 +00:00
value.go reflect: factor out special channel assignability rule from haveIdenticalUnderlyingType 2019-11-15 15:17:08 +00:00