mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
review
This commit is contained in:
@@ -947,6 +947,7 @@ void CHC::resetSourceAnalysis()
|
||||
{
|
||||
auto smtlib2Interface = dynamic_cast<CHCSmtLib2Interface*>(m_interface.get());
|
||||
solAssert(smtlib2Interface, "");
|
||||
smtlib2Interface->reset();
|
||||
m_context.setSolver(smtlib2Interface->smtlib2Interface());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user