- drop dependency of mode_Iu
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 27 Nov 2008 14:48:36 +0000 (14:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 27 Nov 2008 14:48:36 +0000 (14:48 +0000)
[r24064]

ir/lower/lower_dw.c

index 4b9412a..e832f18 100644 (file)
@@ -2500,8 +2500,8 @@ void lower_dw_ops(const lwrdw_param_t *param)
                set_method_res_type(unop_tp_s, 1, tp_s);
        }  /* if */
 
-       lenv.tv_mode_bytes = new_tarval_from_long(get_mode_size_bytes(param->low_unsigned), mode_Iu);
-       lenv.tv_mode_bits  = new_tarval_from_long(get_mode_size_bits(param->low_unsigned), mode_Iu);
+       lenv.tv_mode_bytes = new_tarval_from_long(get_mode_size_bytes(param->low_unsigned), param->low_unsigned);
+       lenv.tv_mode_bits  = new_tarval_from_long(get_mode_size_bits(param->low_unsigned), param->low_unsigned);
        lenv.waitq         = new_pdeq();
        lenv.params        = param;