Skip to content

Commit

Permalink
Merge pull request #778 from j-b-1-7/odin_coverity_issue_201170
Browse files Browse the repository at this point in the history
ODIN_II: Fix coverity issue 201170
  • Loading branch information
ademmings authored Jul 19, 2019
2 parents b86b05d + 7aee95b commit e708d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ODIN_II/SRC/netlist_create_from_ast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3641,6 +3641,7 @@ signal_list_t *assignment_alias(ast_node_t* assignment, char *instance_name_pref
if (right_memory)
{
// Register inputs for later assignment directly to the memory.
oassert(right_inputs);
int i;
for (i = 0; i < right_inputs->count; i++)
{
Expand Down

0 comments on commit e708d1e

Please sign in to comment.