mirror of
https://github.com/golang/go
synced 2024-11-24 23:17:57 -07:00
ld: make addaddrplus4 static
R=golang-dev CC=golang-dev, rsc https://golang.org/cl/4835043
This commit is contained in:
parent
a5d7c1f45e
commit
93ecb5bb1b
@ -687,7 +687,7 @@ addaddrplus(Sym *s, Sym *t, int32 add)
|
|||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
vlong
|
static vlong
|
||||||
addaddrplus4(Sym *s, Sym *t, int32 add)
|
addaddrplus4(Sym *s, Sym *t, int32 add)
|
||||||
{
|
{
|
||||||
vlong i;
|
vlong i;
|
||||||
|
Loading…
Reference in New Issue
Block a user