Fix trailing garbage in previous patch .
This commit is contained in:
parent
d5c10af4f4
commit
9cbb9251b4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue