From 92a5e6a698033ef697c542a8a5180bc4607afa8e Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 13 Jan 2014 17:46:39 -0800 Subject: [PATCH] vec4 based calls to simple real system functions. --- tgt-vvp/eval_real.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgt-vvp/eval_real.c b/tgt-vvp/eval_real.c index f460c0b1d..2b3c4d6b7 100644 --- a/tgt-vvp/eval_real.c +++ b/tgt-vvp/eval_real.c @@ -283,7 +283,7 @@ static void draw_sfunc_real(ivl_expr_t expr) case IVL_VT_REAL: if (ivl_expr_parms(expr) == 0) { - fprintf(vvp_out, " %%vpi_func/r %u %u \"%s\" {0 0};\n", + fprintf(vvp_out, " %%vpi_func/r %u %u \"%s\" {0 0 0};\n", ivl_file_table_index(ivl_expr_file(expr)), ivl_expr_lineno(expr), ivl_expr_name(expr));