]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: use REGENTRYTMP* in a few more places
authorAustin Clements <austin@google.com>
Fri, 2 Apr 2021 17:32:08 +0000 (13:32 -0400)
committerAustin Clements <austin@google.com>
Fri, 2 Apr 2021 21:59:37 +0000 (21:59 +0000)
commit2ebe77a2fda1ee9ff6fd9a3e08933ad1ebaea039
tree41ff593b733ac5ae0e2798747892b6bee45960a4
parentf25d78f8e216f5558885ffd2cea39b3ff1a3ff43
cmd/internal/obj: use REGENTRYTMP* in a few more places

There are a few remaining places in obj6 where we hard-code
safe-on-entry registers. Fix those to use the consts.

For #40724.

Change-Id: Ie640521aa67d6c99bc057553dc122160049c6edc
Reviewed-on: https://go-review.googlesource.com/c/go/+/307009
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/x86/obj6.go