mirror of
https://github.com/golang/go
synced 2024-11-21 23:34:42 -07:00
runtime: fix amd64 build (broke by 386 support for Plan 9)
TBR=r CC=golang-dev https://golang.org/cl/2556041
This commit is contained in:
parent
99a10eff16
commit
9cc8e9ef48
@ -416,4 +416,3 @@ GLOBL m0(SB), $1024
|
|||||||
GLOBL g0(SB), $1024
|
GLOBL g0(SB), $1024
|
||||||
GLOBL tls0(SB), $32
|
GLOBL tls0(SB), $32
|
||||||
GLOBL initcgo(SB), $4
|
GLOBL initcgo(SB), $4
|
||||||
GLOBL isplan9(SB), $4
|
|
||||||
|
@ -147,7 +147,7 @@ args(int32 c, uint8 **v)
|
|||||||
argv = v;
|
argv = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern int32 isplan9;
|
int32 isplan9;
|
||||||
|
|
||||||
void
|
void
|
||||||
goargs(void)
|
goargs(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user