diff options
| author | David Chase <drchase@google.com> | 2021-04-02 15:51:45 -0400 |
|---|---|---|
| committer | David Chase <drchase@google.com> | 2021-04-02 20:26:12 +0000 |
| commit | 35a8bbc9eaf876ee625d33401081f74a7c4e08f8 (patch) | |
| tree | f103f396ff42f93dec616b9af194dd1e0670ade0 /src/testing | |
| parent | 41cf18eda79be6fa8142ab2e99dc756d4b08369b (diff) | |
| download | go-35a8bbc9eaf876ee625d33401081f74a7c4e08f8.tar.xz | |
runtime: make concatstring{2,3,4,5} consistent w/ compiler's use
Internally the compiler uses a0,a1,a3 string, not [3]string,
and this lead to different parameter passing (memory, versus registers)
which of course did not work.
Updates #40724.
Change-Id: I1dbf479b88134559ba54b4b00a042b9a0fd128b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/306910
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/testing')
0 files changed, 0 insertions, 0 deletions
