Fix a compile warning
This commit is contained in:
parent
4a41a53b42
commit
3f847fd927
2
parse.y
2
parse.y
|
|
@ -57,7 +57,7 @@ static struct {
|
|||
NetNet::PortType direction;
|
||||
bool is_import;
|
||||
};
|
||||
} last_modport_port = { MP_NONE, NetNet::NOT_A_PORT};
|
||||
} last_modport_port = { MP_NONE, {NetNet::NOT_A_PORT}};
|
||||
|
||||
/* The task and function rules need to briefly hold the pointer to the
|
||||
task/function that is currently in progress. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue