From: Michael Beck Date: Mon, 14 Mar 2005 17:31:03 +0000 (+0000) Subject: fixed the type of the walker flag X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cb99d2d21e049c4cf5e802a8f16fa9ddb52f3e6d;p=libfirm fixed the type of the walker flag [r5401] --- diff --git a/ir/tr/tr_inheritance.c b/ir/tr/tr_inheritance.c index 7de6c395c..facfd58b9 100644 --- a/ir/tr/tr_inheritance.c +++ b/ir/tr/tr_inheritance.c @@ -227,7 +227,7 @@ static void add_type_map(type *tp, dir d, type *new) { static void compute_down_closure(type *tp) { pset *myset, *subset; int i, n_subtypes, n_members, n_supertypes; - int master_visited = get_master_type_visited(); + unsigned long master_visited = get_master_type_visited(); assert(is_Class_type(tp));