mirror of https://github.com/golang/go.git
parent
02f6719d44
commit
c0951e9f8b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue