mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
ezSAT bugfix: don't call virtual methods in base class constructor
This commit is contained in:
parent
edc2146056
commit
23f0a12c72
2 changed files with 5 additions and 2 deletions
|
@ -35,6 +35,9 @@ ezMiniSAT::ezMiniSAT() : minisatSolver(NULL)
|
|||
{
|
||||
minisatSolver = NULL;
|
||||
foundContradiction = false;
|
||||
|
||||
freeze(TRUE);
|
||||
freeze(FALSE);
|
||||
}
|
||||
|
||||
ezMiniSAT::~ezMiniSAT()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue