mirror of
https://github.com/golang/go
synced 2024-11-24 03:40:16 -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:
parent
81b2ea4d34
commit
9bc1e2065c
1
src/cmd/asm/internal/asm/testdata/mips64.s
vendored
1
src/cmd/asm/internal/asm/testdata/mips64.s
vendored
@ -326,7 +326,6 @@ label4:
|
||||
// WORD
|
||||
//
|
||||
WORD $1
|
||||
WORD $foo(SB)
|
||||
|
||||
//
|
||||
// NOP
|
||||
|
Loading…
Reference in New Issue
Block a user