Fix a compile warning

This commit is contained in:
Cary R 2015-01-10 16:28:05 -08:00
parent 4a41a53b42
commit 3f847fd927
1 changed files with 1 additions and 1 deletions

View File

@ -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. */