Commit 900c5fa9 authored by Russ Cox's avatar Russ Cox

gc: compactframe breaks arm - fix build

R=lvd
CC=golang-dev
https://golang.org/cl/4591063
parent fd2e2472
...@@ -111,7 +111,8 @@ compile(Node *fn) ...@@ -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);
......
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