mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
parent
b29d5f9b5d
commit
b013df9a9f
|
@ -802,6 +802,7 @@ void rewriter_tpl<Config>::operator()(expr * t, expr_ref & result, proof_ref & r
|
|||
if (!frame_stack().empty() || m_cache != m_cache_stack[0]) {
|
||||
frame_stack().reset();
|
||||
result_stack().reset();
|
||||
result_pr_stack().reset();
|
||||
m_scopes.reset();
|
||||
reset_cache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue