vec4 based calls to simple real system functions.

This commit is contained in:
Stephen Williams 2014-01-13 17:46:39 -08:00
parent aaa054a932
commit 92a5e6a698
1 changed files with 1 additions and 1 deletions

View File

@ -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));