313,316c313,314
< if (p) { \
< this->sensitive << p; \
< this->sensitive << clk; \
< } \
---
> if (p) \
> this->sensitive(p, clk); \