Fix a syntax issue found while compiling with gcc 5.4

This commit is contained in:
Cary R 2019-10-01 18:56:50 -07:00
parent 7cead04e6a
commit eeae2bfee9
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static PGenerate*pform_cur_generate = 0;
construct, so they can be added to the local scope without construct, so they can be added to the local scope without
conflicting with each other. Generate constructs may nest, so conflicting with each other. Generate constructs may nest, so
we need a stack. */ we need a stack. */
static list<set<perm_string>> conditional_block_names; static list<set<perm_string> > conditional_block_names;
/* This tracks the current modport list being processed. This is /* This tracks the current modport list being processed. This is
always within an interface. */ always within an interface. */