diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-08-25 11:21:49 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-08-25 11:21:49 +0200 |
| commit | a3ab9ef5be74cb54a87674aa48abb0c46f9c58f6 (patch) | |
| tree | 570f7a776ca02d3da467d7afc84232397ba91d17 /codegen/compiler.go | |
| parent | 706ca65800dfab293a0210b56602e1e9f8076fcc (diff) | |
chore: appease lint and vet
Diffstat (limited to 'codegen/compiler.go')
| -rw-r--r-- | codegen/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/compiler.go b/codegen/compiler.go index e0e97ab..6f41850 100644 --- a/codegen/compiler.go +++ b/codegen/compiler.go @@ -24,7 +24,7 @@ type Compiler struct { func NewCompiler() *Compiler { return &Compiler{symbols: map[string]symbol{}, Entry: -1} } type nodedata struct { - ipstart, ipend, symind, fsp int // CFG and symbol node annotations + ipstart, ipend, fsp int // CFG and symbol node annotations } func (c *Compiler) CodeGen(node *parser.Node) (err error) { |
