X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firtypeinfo.c;h=1b5591f313cc142a12b62b1e17ba76880cd16aca;hb=e98f2bd09ccc403c64e3ebe30f3b0183760bccc6;hp=62f1a2c5bd88df8d12f16f4f24f156deba9dd06a;hpb=32ea6ea0320f551448bb66e534e3351977464d42;p=libfirm diff --git a/ir/ana/irtypeinfo.c b/ir/ana/irtypeinfo.c index 62f1a2c5b..1b5591f31 100644 --- a/ir/ana/irtypeinfo.c +++ b/ir/ana/irtypeinfo.c @@ -158,7 +158,7 @@ ir_type *get_irn_typeinfo_type(const ir_node *n) entry = pmap_find(type_node_map, n); if (entry != NULL) - res = entry->value; + res = (ir_type*) entry->value; return res; }