1
0
mirror of https://github.com/golang/go synced 2024-11-24 05:40:15 -07:00

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>
This commit is contained in:
Cherry Zhang 2016-04-27 22:16:51 -04:00 committed by Minux Ma
parent 81b2ea4d34
commit 9bc1e2065c

View File

@ -326,7 +326,6 @@ label4:
// WORD // WORD
// //
WORD $1 WORD $1
WORD $foo(SB)
// //
// NOP // NOP