Commit 9cc8e9ef authored by Russ Cox's avatar Russ Cox

runtime: fix amd64 build (broke by 386 support for Plan 9)

TBR=r
CC=golang-dev
https://golang.org/cl/2556041
parent 99a10eff
......@@ -416,4 +416,3 @@ GLOBL m0(SB), $1024
GLOBL g0(SB), $1024
GLOBL tls0(SB), $32
GLOBL initcgo(SB), $4
GLOBL isplan9(SB), $4
......@@ -147,7 +147,7 @@ args(int32 c, uint8 **v)
argv = v;
}
extern int32 isplan9;
int32 isplan9;
void
goargs(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment