1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:34:45 -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:
Russ Cox 2010-10-18 13:01:10 -04:00
parent 99a10eff16
commit 9cc8e9ef48
2 changed files with 1 additions and 2 deletions

View File

@ -416,4 +416,3 @@ GLOBL m0(SB), $1024
GLOBL g0(SB), $1024
GLOBL tls0(SB), $32
GLOBL initcgo(SB), $4
GLOBL isplan9(SB), $4

View File

@ -147,7 +147,7 @@ args(int32 c, uint8 **v)
argv = v;
}
extern int32 isplan9;
int32 isplan9;
void
goargs(void)