From bf2d611a85c9f5084b28390bb6b78c9e49ea53a0 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 16 Feb 2015 19:50:35 -0800 Subject: [PATCH] [dev.cc] cmd/internal/obj/arm: delete trailing space from AND instruction The tools have been fixed to not do this, but verifyAsm depends on this being fixed. TBR=rsc Change-Id: Ia8968cc803b3498dfa2f98188c6ed1cf2e11c66d Reviewed-on: https://go-review.googlesource.com/4962 Reviewed-by: Rob Pike --- src/cmd/internal/obj/arm/anames5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/internal/obj/arm/anames5.go b/src/cmd/internal/obj/arm/anames5.go index 067bec72ab..5e08bb93aa 100644 --- a/src/cmd/internal/obj/arm/anames5.go +++ b/src/cmd/internal/obj/arm/anames5.go @@ -20,7 +20,7 @@ var Anames = []string{ "USEFIELD", "VARDEF", "VARKILL", - "AND ", + "AND", "EOR", "SUB", "RSB", -- 2.48.1