]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: implement Dconv for TYPE_INDIR
authorRob Pike <r@golang.org>
Thu, 26 Feb 2015 18:58:48 +0000 (10:58 -0800)
committerRob Pike <r@golang.org>
Thu, 26 Feb 2015 22:03:21 +0000 (22:03 +0000)
commit940f22eea2ac57f5f41848c62d6d1c82d94828ee
tree7feacf9a10ccf0e2c45952bd8539b405bb5ceaa0
parentfb75f856df0c3ad5f4df861ab6ff3cab8a73a129
cmd/internal/obj: implement Dconv for TYPE_INDIR

It was just missing, and apparently always was.

Change-Id: I84c057bb0ec72940201075f3e6078262fe4bce05
Reviewed-on: https://go-review.googlesource.com/6120
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/operand_test.go
src/cmd/asm/internal/asm/testdata/386.out
src/cmd/internal/obj/util.go