From 8433dda0276b27d8143254ad50e1b34080fb8f19 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 2 Sep 2009 17:15:43 -0700 Subject: convenience wrapper R=austin DELTA=142 (128 added, 4 deleted, 10 changed) OCL=34275 CL=34284 --- usr/austin/eval/compiler.go | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/austin/eval/compiler.go') diff --git a/usr/austin/eval/compiler.go b/usr/austin/eval/compiler.go index f4ababf74..b13cd298c 100644 --- a/usr/austin/eval/compiler.go +++ b/usr/austin/eval/compiler.go @@ -41,6 +41,7 @@ func (a *compiler) numError() int { func newUniverse() *Scope { sc := &Scope{nil, 0}; sc.block = &block{ + offset: -1, scope: sc, defs: make(map[string] Def) }; -- cgit v1.2.3