1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:20:03 -07:00

go method

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=13765
CL=13765
This commit is contained in:
Ken Thompson 2008-08-02 15:31:21 -07:00
parent aede753cd2
commit 7889e03477

View File

@ -553,7 +553,7 @@ argsize(Type *t)
x = fp->width + fp->type->width; x = fp->width + fp->type->width;
if(x > w) if(x > w)
w = x; w = x;
fp = structnext(&save); fp = funcnext(&save);
} }
w = (w+7) & ~7; w = (w+7) & ~7;