Fix a syntax issue found while compiling with gcc 5.4
This commit is contained in:
parent
7cead04e6a
commit
eeae2bfee9
2
pform.cc
2
pform.cc
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue