diff options
| author | Cherry Zhang <lunaria21@gmail.com> | 2016-04-27 22:16:51 -0400 |
|---|---|---|
| committer | Minux Ma <minux@golang.org> | 2016-05-01 02:36:09 +0000 |
| commit | 9bc1e2065c3a4ac257bebc5c7c07cd5c844b11ba (patch) | |
| tree | 49ea8e1597feb6930703451cfaf95071075a074b /src/cmd/asm | |
| parent | 81b2ea4d34a42bee14e1ed17d5166546be957849 (diff) | |
| download | go-9bc1e2065c3a4ac257bebc5c7c07cd5c844b11ba.tar.xz | |
cmd/asm/internal/asm/testdata: remove WORD $foo(SB) from mips64.s
on mips64, address is 64 bit, not a WORD. also it is never used anywhere.
Change-Id: Ic6bf6d6a21c8d2f1eb7bfe9efc5a29186ec2a8ef
Reviewed-on: https://go-review.googlesource.com/19801
Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/cmd/asm')
| -rw-r--r-- | src/cmd/asm/internal/asm/testdata/mips64.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/asm/internal/asm/testdata/mips64.s b/src/cmd/asm/internal/asm/testdata/mips64.s index 951e15c7fa..e217d35a13 100644 --- a/src/cmd/asm/internal/asm/testdata/mips64.s +++ b/src/cmd/asm/internal/asm/testdata/mips64.s @@ -326,7 +326,6 @@ label4: // WORD // WORD $1 - WORD $foo(SB) // // NOP |
