1
0
mirror of synced 2026-01-29 05:21:15 +00:00

Merge branch 'bugfix'

This commit is contained in:
Clifford Wolf
2013-05-16 16:44:45 +02:00

View File

@@ -702,8 +702,6 @@ skip_dynamic_range_lvalue_expansion:;
wire->port_id = 0;
wire->is_input = false;
wire->is_output = false;
if (type == AST_FCALL)
wire->attributes["\\nosync"] = AstNode::mkconst_int(0, false, 0);
current_ast_mod->children.push_back(wire);
replace_rules[child->str] = wire->str;