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,6 +111,7 @@ compile(Node *fn)
}
oldstksize = stksize;
if(thechar != '5')
compactframe(ptxt);
if(0)
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