Fix shadow warning introduced by MVSE 2015 hacks.
This commit is contained in:
parent
e98bcb61bb
commit
428f059c58
4
pform.cc
4
pform.cc
|
|
@ -2678,8 +2678,8 @@ vector<pform_tf_port_t>*pform_make_task_ports(const struct vlltype&loc,
|
||||||
|
|
||||||
curw->set_signed(signed_flag);
|
curw->set_signed(signed_flag);
|
||||||
if (isint) {
|
if (isint) {
|
||||||
bool res = curw->set_wire_type(NetNet::INTEGER);
|
bool flag = curw->set_wire_type(NetNet::INTEGER);
|
||||||
assert(res);
|
assert(flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If there is a range involved, it needs to be set. */
|
/* If there is a range involved, it needs to be set. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue