fix my last commit (shouldn't commit so fast...)
authorMatthias Braun <matze@braunis.de>
Sat, 2 Jan 2010 11:58:15 +0000 (11:58 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 2 Jan 2010 11:58:15 +0000 (11:58 +0000)
[r26875]

ir/tr/typewalk.c

index 4a6e094..e0bfa43 100644 (file)
@@ -104,6 +104,7 @@ static void do_type_walk(type_or_ent tore,
                        return;
                break;
        case k_type:
+               tp = tore.typ;
                if (type_visited(tp))
                        return;
                break;