]> Cypherpunks repositories - gostls13.git/commit
asm: fix error messages and comments for "register pair"
authorRob Pike <r@golang.org>
Wed, 15 Jul 2015 02:41:08 +0000 (12:41 +1000)
committerRob Pike <r@golang.org>
Wed, 15 Jul 2015 05:45:29 +0000 (05:45 +0000)
commit2d25318f086fd7583c261f3b440a85dced2b63b4
tree8d339a7e3220d01506e266920bda1b559209f185
parent38d9b2a3a942892193195a6912ab23cdaff23e20
asm: fix error messages and comments for "register pair"

The parser treats (R1+R2) on ppc64 the same as (R1,R2) on arm,
but it is not strictly a "register pair". Improve the text.

No semantic change.

Change-Id: Ib8b14881c6467add0d53150a901c01e962afb28b
Reviewed-on: https://go-review.googlesource.com/12212
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/parse.go