1
0
mirror of https://github.com/golang/go synced 2024-10-05 11:41:22 -06:00
go/src/cmd/asm
Rob Pike 2d25318f08 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>
2015-07-15 05:45:29 +00:00
..
internal asm: fix error messages and comments for "register pair" 2015-07-15 05:45:29 +00:00
main.go all: retire architecture letter in file names, public API 2015-05-21 17:32:17 +00:00