1
0
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:
Ken Thompson 2008-06-27 16:30:20 -07:00
parent e95481a938
commit 73f85f8a53

View File

@ -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)