summaryrefslogtreecommitdiff
path: root/usr/austin/eval/expr.go
diff options
context:
space:
mode:
Diffstat (limited to 'usr/austin/eval/expr.go')
-rw-r--r--usr/austin/eval/expr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/austin/eval/expr.go b/usr/austin/eval/expr.go
index c6650729a..6ca0f9b28 100644
--- a/usr/austin/eval/expr.go
+++ b/usr/austin/eval/expr.go
@@ -876,7 +876,7 @@ func (a *exprInfo) compileSelectorExpr(v *expr, name string) *expr {
mark(depth, pathName + "." + name);
log.Crash("Methods not implemented");
}
- t = ti.def;
+ t = ti.Def;
}
// If it's a struct type, check fields and embedded types