Commit 7889e034 authored by Ken Thompson's avatar Ken Thompson

go method

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=13765
CL=13765
parent aede753c
...@@ -553,7 +553,7 @@ argsize(Type *t) ...@@ -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;
......
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