mirror of
https://github.com/golang/go
synced 2024-11-20 03:44:40 -07:00
arm: fix build
Effectively reverts https://code.google.com/p/go/source/detail?r=8c52477401ad Should make ARM build pass again, but untested. Probably still bugs involving reflect.call somewhere. R=ken2 CC=golang-dev https://golang.org/cl/2416042
This commit is contained in:
parent
a3e971d355
commit
ded12ee4b5
@ -797,7 +797,7 @@ newstack(void)
|
|||||||
label.sp = sp;
|
label.sp = sp;
|
||||||
label.pc = (byte*)·lessstack;
|
label.pc = (byte*)·lessstack;
|
||||||
label.g = m->curg;
|
label.g = m->curg;
|
||||||
gogocall(&label, m->morepc, 4);
|
gogocall(&label, m->morepc, 0);
|
||||||
|
|
||||||
*(int32*)345 = 123; // never return
|
*(int32*)345 = 123; // never return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user