mirror of
https://github.com/golang/go
synced 2024-11-24 23:07:56 -07:00
gc: compactframe breaks arm - fix build
R=lvd CC=golang-dev https://golang.org/cl/4591063
This commit is contained in:
parent
fd2e24727e
commit
900c5fa98e
@ -111,7 +111,8 @@ compile(Node *fn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
oldstksize = stksize;
|
oldstksize = stksize;
|
||||||
compactframe(ptxt);
|
if(thechar != '5')
|
||||||
|
compactframe(ptxt);
|
||||||
if(0)
|
if(0)
|
||||||
print("compactframe: %ld to %ld\n", oldstksize, stksize);
|
print("compactframe: %ld to %ld\n", oldstksize, stksize);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user