1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:30:12 -06:00

gc: compactframe breaks arm - fix build

R=lvd
CC=golang-dev
https://golang.org/cl/4591063
This commit is contained in:
Russ Cox 2011-06-09 18:28:27 -04:00
parent fd2e24727e
commit 900c5fa98e

View File

@ -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);