cmd/internal: fix bug getting wrong indicator in DRconv()

Change-Id: I251ae497b0ab237d4b3fe98e397052394142d437
Reviewed-on: https://go-review.googlesource.com/41653
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Fangming.Fang 2017-04-14 10:40:30 +00:00 committed by Cherry Zhang
parent 48582e1524
commit aecf73fc31
1 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
package arm64
// This order should be strictly consistent to that in a.out.go
var cnames7 = []string{
"NONE",
"REG",
@ -16,13 +17,13 @@ var cnames7 = []string{
"SPR",
"COND",
"ZCON",
"ABCON0",
"ADDCON0",
"ABCON",
"ADDCON",
"MBCON",
"MOVCON",
"BITCON",
"ABCON0",
"ABCON",
"MBCON",
"LCON",
"VCON",
"FCON",