mirror of https://github.com/golang/go.git
set line number for errors produced during walkstate.
R=ken OCL=27145 CL=27145
This commit is contained in:
parent
ee19695cfc
commit
d50c70d261
|
|
@ -114,6 +114,7 @@ loop:
|
|||
return;
|
||||
|
||||
more = N;
|
||||
lineno = n->lineno;
|
||||
switch(n->op) {
|
||||
|
||||
case OLIST:
|
||||
|
|
|
|||
Loading…
Reference in New Issue