diff options
Diffstat (limited to 'codegen')
| -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) { |
