mirror of
https://github.com/golang/go
synced 2024-11-21 16:34:42 -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;
|
||||
compactframe(ptxt);
|
||||
if(thechar != '5')
|
||||
compactframe(ptxt);
|
||||
if(0)
|
||||
print("compactframe: %ld to %ld\n", oldstksize, stksize);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user