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:
parent
aede753cd2
commit
7889e03477
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user