diff --git a/test_regress/t/TestSimulator.h b/test_regress/t/TestSimulator.h index 9576bfe01..a5fe6c53b 100644 --- a/test_regress/t/TestSimulator.h +++ b/test_regress/t/TestSimulator.h @@ -81,4 +81,5 @@ public: } }; -#define VPI_HANDLE(signal) vpi_handle_by_name((PLI_BYTE8*)TestSimulator::rooted(signal), NULL); +#define VPI_HANDLE(signal) \ + vpi_handle_by_name(const_cast(TestSimulator::rooted(signal)), nullptr);