tarval_init_1() expects now the null_value. Bad things might happen if this is not...
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 18 Mar 2006 12:03:03 +0000 (12:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 18 Mar 2006 12:03:03 +0000 (12:03 +0000)
it to be changed for the moment ...

[r7467]

ir/common/firm.c

index 1eb4b2e..4c35d24 100644 (file)
@@ -89,7 +89,7 @@ init_firm(const firm_parameter_t *param)
   /* create the type kinds. */
   init_tpop();
   /* create an obstack and put all tarvals in a pdeq */
-  init_tarval_1();
+  init_tarval_1(0l);
   /* Builds a basic program representation, so modes can be added. */
   init_irprog_1();
   /* initialize all modes an ir node can consist of */