aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encoding.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/encoding.go')
-rw-r--r--prog/encoding.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/prog/encoding.go b/prog/encoding.go
index f1fc97da4..1f5b2b374 100644
--- a/prog/encoding.go
+++ b/prog/encoding.go
@@ -259,7 +259,6 @@ func (p *parser) parseProg() (*Prog, error) {
r = name
p.Parse('=')
name = p.Ident()
-
}
meta := p.target.SyscallMap[name]
if meta == nil {
@@ -1021,7 +1020,6 @@ func (p *parser) fixupAutos(prog *Prog) {
a.Address = s.ma.alloc(nil, a.Res.Size())
default:
panic(fmt.Sprintf("unsupported auto type %T", typ))
-
}
})
}