]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal...
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 16 Jun 2021 23:05:44 +0000 (23:05 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 17 Jun 2021 18:54:48 +0000 (18:54 +0000)
commit6d85891b291db01532375a7f69c24cb68b76bf11
tree480c38966fed8d9e66bc747adaeb51e2cb7c6739
parent122f5e16d690bd14ae46e9cc7e37c0c84fdc2be8
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated]

[git-generate]
cd src/runtime/internal/math
gofmt -w -r "sys.PtrSize -> goarch.PtrSize" .
goimports -w *.go
cd ../..
gofmt -w -r "sys.PtrSize -> goarch.PtrSize" .
goimports -w *.go

Change-Id: I43491cdd54d2e06d4d04152b3d213851b7d6d423
Reviewed-on: https://go-review.googlesource.com/c/go/+/328337
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
63 files changed:
src/runtime/alg.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/export_debug_regabiargs_off_test.go
src/runtime/export_debug_regabiargs_on_test.go
src/runtime/export_debug_test.go
src/runtime/export_test.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/internal/math/math.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/map_test.go
src/runtime/mbarrier.go
src/runtime/mbitmap.go
src/runtime/mcheckmark.go
src/runtime/mfinal.go
src/runtime/mgcmark.go
src/runtime/mgcstack.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/mranges.go
src/runtime/mspanset.go
src/runtime/mstats.go
src/runtime/mwbbuf.go
src/runtime/os3_plan9.go
src/runtime/os3_solaris.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd.go
src/runtime/os_linux.go
src/runtime/os_netbsd.go
src/runtime/os_openbsd_syscall.go
src/runtime/os_windows.go
src/runtime/preempt.go
src/runtime/print.go
src/runtime/proc.go
src/runtime/runtime1.go
src/runtime/runtime2.go
src/runtime/signal_386.go
src/runtime/signal_aix_ppc64.go
src/runtime/signal_amd64.go
src/runtime/signal_linux_386.go
src/runtime/signal_linux_amd64.go
src/runtime/signal_linux_arm.go
src/runtime/signal_linux_arm64.go
src/runtime/signal_linux_mips64x.go
src/runtime/signal_linux_ppc64x.go
src/runtime/signal_linux_riscv64.go
src/runtime/signal_linux_s390x.go
src/runtime/signal_mips64x.go
src/runtime/signal_riscv64.go
src/runtime/slice.go
src/runtime/stack.go
src/runtime/symtab.go
src/runtime/sys_darwin_arm64.go
src/runtime/sys_wasm.go
src/runtime/sys_x86.go
src/runtime/syscall_windows.go
src/runtime/trace.go
src/runtime/traceback.go