From 16eba3c0223ea44485697205438bcdfb04493490 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 29 Oct 2004 09:03:09 +0000 Subject: [PATCH] Removed last change, did not work with fltcalc [r4245] --- ir/tv/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tv/tv.c b/ir/tv/tv.c index 5bceca6ff..92ab9a2cb 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -364,7 +364,7 @@ long get_tarval_long(tarval* tv) ANNOUNCE(); assert(tarval_is_long(tv) && "tarval too big to fit in long"); - return sc_val_to_long(tv->value, get_mode_size_bits(tv->mode), mode_is_signed(tv->mode)); + return sc_val_to_long(tv->value); } tarval *new_tarval_from_double(long double d, ir_mode *mode) -- 2.20.1