]> Cypherpunks repositories - gostls13.git/commitdiff
map index of index bug
authorKen Thompson <ken@golang.org>
Fri, 27 Jun 2008 23:30:20 +0000 (16:30 -0700)
committerKen Thompson <ken@golang.org>
Fri, 27 Jun 2008 23:30:20 +0000 (16:30 -0700)
SVN=125213

src/cmd/gc/walk.c

index 3261d77823771294e9e7672f245126bbe40386be..fc0ced4f540077599e449ed953d7488f32b6d377 100644 (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)