]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: fix format string so vet doesn't complain
authorKeith Randall <khr@golang.org>
Wed, 13 Nov 2024 06:22:11 +0000 (22:22 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 13 Nov 2024 09:40:14 +0000 (09:40 +0000)
commit2bbc6a45121e6576554d7f5f1f568c17c4bf67dd
tree6c83ceba5390eaf1e465e3240c1eaab1d2d05afc
parent84e58c84fdbe4681b4cbfeb615aaba3437c8ac85
cmd/asm: fix format string so vet doesn't complain

Fixes #70309

Change-Id: I4a3e27e89bdfda66d64f2efbb4c08a5ddde34a52
Reviewed-on: https://go-review.googlesource.com/c/go/+/626040
Reviewed-by: Meidan Li <limeidan@loongson.cn>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/asm/internal/arch/loong64.go