diff options
| author | Veronica Radu <veronicaradu@google.com> | 2019-08-12 17:41:25 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-03 16:30:45 +0200 |
| commit | dbd627eb61743340cb565ce41308beb4383a77be (patch) | |
| tree | 065a277c6b4dd3bd2798b5cba36fe744c8027b42 /prog/encoding.go | |
| parent | 8d48456885907439825fa265e0c375da5fdf1ecd (diff) | |
prog: add implementation for resource centric
Diffstat (limited to 'prog/encoding.go')
| -rw-r--r-- | prog/encoding.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encoding.go b/prog/encoding.go index eb0fb79a9..904a3e11b 100644 --- a/prog/encoding.go +++ b/prog/encoding.go @@ -961,7 +961,7 @@ func (p *parser) auto(arg Arg) Arg { } func (p *parser) fixupAutos(prog *Prog) { - s := analyze(nil, prog, nil) + s := analyze(nil, nil, prog, nil) for _, c := range prog.Calls { p.target.assignSizesArray(c.Args, p.autos) ForeachArg(c, func(arg Arg, _ *ArgCtx) { |
