Fix trailing garbage in previous patch .

This commit is contained in:
Cary R 2010-03-13 15:27:48 -08:00 committed by Stephen Williams
parent d5c10af4f4
commit 9cbb9251b4
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ static int show_stmt_assign_nb(ivl_statement_t net)
unsigned cur_rbit = 0; unsigned cur_rbit = 0;
/* Handle the special case that the expression is a real /* Handle the special case that the expression is a real
value. Evaluate the real expression, then convert the value. Evaluate the real expression, then convert the
result to a vector. */. result to a vector. */
if (ivl_expr_value(rval) == IVL_VT_REAL) { if (ivl_expr_value(rval) == IVL_VT_REAL) {
int word = draw_eval_real(rval); int word = draw_eval_real(rval);
/* This is the accumulated with of the l-value of the /* This is the accumulated with of the l-value of the