Commit 05d670f7 authored by Shenghou Ma's avatar Shenghou Ma

[dev.power64] liblink: disable stack split for now

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/122460043
parent c229cec2
...@@ -639,6 +639,9 @@ addstacksplit(Link *ctxt, LSym *cursym) ...@@ -639,6 +639,9 @@ addstacksplit(Link *ctxt, LSym *cursym)
static Prog* static Prog*
stacksplit(Link *ctxt, Prog *p, int32 framesize, int noctxt) stacksplit(Link *ctxt, Prog *p, int32 framesize, int noctxt)
{ {
// TODO(minux)
return p;
int32 arg; int32 arg;
Prog *q, *q1; Prog *q, *q1;
......
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