Commit c0951e9f authored by Russ Cox's avatar Russ Cox

5g: fix build

R=ken2
CC=golang-dev
https://golang.org/cl/5482059
parent 02f6719d
......@@ -14,7 +14,6 @@ defframe(Prog *ptxt)
{
// fill in argument size
ptxt->to.type = D_CONST2;
ptxt->reg = 0; // flags
ptxt->to.offset2 = rnd(curfn->type->argwid, widthptr);
// fill in final stack size
......
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