Commit 73f85f8a authored by Ken Thompson's avatar Ken Thompson

map index of index bug

SVN=125213
parent e95481a9
...@@ -487,7 +487,7 @@ loop: ...@@ -487,7 +487,7 @@ loop:
if(top == Etop) if(top == Etop)
goto nottop; goto nottop;
walktype(n->left, top); walktype(n->left, Erv);
walktype(n->right, Erv); walktype(n->right, Erv);
if(n->left == N || n->right == N) if(n->left == N || n->right == N)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment