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
1 changed files with 1 additions and 1 deletions

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)