mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Fix trailing garbage in previous patch .
(cherry picked from commit 9cbb9251b4)
This commit is contained in:
@@ -788,7 +788,7 @@ static int show_stmt_assign_nb(ivl_statement_t net)
|
||||
unsigned cur_rbit = 0;
|
||||
/* Handle the special case that the expression is a real
|
||||
value. Evaluate the real expression, then convert the
|
||||
result to a vector. */.
|
||||
result to a vector. */
|
||||
if (ivl_expr_value(rval) == IVL_VT_REAL) {
|
||||
int word = draw_eval_real(rval);
|
||||
/* This is the accumulated with of the l-value of the
|
||||
|
||||
Reference in New Issue
Block a user