]> Cypherpunks repositories - gostls13.git/commit
runtime: fix registers for bounds check calling convention on arm
authorKeith Randall <khr@google.com>
Mon, 18 Mar 2019 19:49:49 +0000 (12:49 -0700)
committerKeith Randall <khr@golang.org>
Mon, 18 Mar 2019 20:21:51 +0000 (20:21 +0000)
commit689544c0b9287852c3ace3c7bd106a8996bbf28f
tree6ad815ae769e340d6c89b70d02a1036d88da3613
parentd949d0b9252be1fffeadd65183a6bab3acf3de7a
runtime: fix registers for bounds check calling convention on arm

Some of the registers in which indexes + length were supposed to
be passed were wrong.

Update #30116

Change-Id: I1089366b7429c1e0ecad9219b847db069ce6b5d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/168041
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/asm_arm.s