mirror of
https://github.com/golang/go
synced 2024-11-12 08:40:21 -07:00
map index of index bug
SVN=125213
This commit is contained in:
parent
e95481a938
commit
73f85f8a53
@ -487,7 +487,7 @@ loop:
|
||||
if(top == Etop)
|
||||
goto nottop;
|
||||
|
||||
walktype(n->left, top);
|
||||
walktype(n->left, Erv);
|
||||
walktype(n->right, Erv);
|
||||
|
||||
if(n->left == N || n->right == N)
|
||||
|
Loading…
Reference in New Issue
Block a user