mirror of
https://github.com/golang/go
synced 2024-11-25 02:47:58 -07:00
parent
02f6719d44
commit
c0951e9f8b
@ -14,7 +14,6 @@ defframe(Prog *ptxt)
|
|||||||
{
|
{
|
||||||
// fill in argument size
|
// fill in argument size
|
||||||
ptxt->to.type = D_CONST2;
|
ptxt->to.type = D_CONST2;
|
||||||
ptxt->reg = 0; // flags
|
|
||||||
ptxt->to.offset2 = rnd(curfn->type->argwid, widthptr);
|
ptxt->to.offset2 = rnd(curfn->type->argwid, widthptr);
|
||||||
|
|
||||||
// fill in final stack size
|
// fill in final stack size
|
||||||
|
Loading…
Reference in New Issue
Block a user