Translate sub-statement of @{..}

This commit is contained in:
Nick Gasson 2008-06-06 18:22:03 +01:00
parent 96cf190720
commit 5f90a3e48c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,6 @@ static int draw_wait(vhdl_process *proc, ivl_statement_t stmt)
}
proc->add_sensitivity(signame);
return 0;
}
else if ((log = ivl_nexus_ptr_log(nexus_ptr))) {
error("Nexus points to net logic");
@ -206,6 +205,7 @@ static int draw_wait(vhdl_process *proc, ivl_statement_t stmt)
}
ivl_statement_t sub_stmt = ivl_stmt_sub_stmt(stmt);
draw_stmt(proc, sub_stmt);
return 0;
}