mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Tests: Fix mising init
This commit is contained in:
parent
99afffa949
commit
36eb952b60
@ -25,7 +25,8 @@ public:
|
||||
: m_handle(NULL)
|
||||
, m_freeit(true) {}
|
||||
TestVpiHandle(vpiHandle h)
|
||||
: m_handle(h) {}
|
||||
: m_handle(h)
|
||||
, m_freeit(true) {}
|
||||
~TestVpiHandle() { release(); }
|
||||
operator vpiHandle() const { return m_handle; }
|
||||
inline TestVpiHandle& operator=(vpiHandle h) {
|
||||
|
Loading…
Reference in New Issue
Block a user