]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: fix (printing of) TEXT flags
authorRob Pike <r@golang.org>
Thu, 5 Mar 2015 05:58:20 +0000 (21:58 -0800)
committerRob Pike <r@golang.org>
Thu, 5 Mar 2015 06:09:14 +0000 (06:09 +0000)
commitb0d545201e1d1c29dc0d96c4ab27547373dbd41e
treef3b6515a4c498bf744074afd3a581a0e3677fec5
parent29f18f2800cf05514c42fdf4c54d7f52bccd3730
cmd/asm: fix (printing of) TEXT flags

With the new unificiation, the flag must be TYPE_CONST to print
properly.

Change-Id: I7cd1c56355724f08cbe9afc6ab7a66904031adc9
Reviewed-on: https://go-review.googlesource.com/6903
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/asm.go
src/cmd/asm/internal/asm/testdata/386.out
src/cmd/asm/internal/asm/testdata/amd64.out