mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 20:01:20 +00:00
Bugfix for variable renamings (fec815b41e
)
This commit is contained in:
parent
fec815b41e
commit
e240e6c430
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class func_decl_dependencies::top_sort {
|
||||||
case OPEN:
|
case OPEN:
|
||||||
set_color(cf, IN_PROGRESS);
|
set_color(cf, IN_PROGRESS);
|
||||||
if (visit_children(cf)) {
|
if (visit_children(cf)) {
|
||||||
SASSERT(m_todo.back() == f);
|
SASSERT(m_todo.back() == cf);
|
||||||
m_todo.pop_back();
|
m_todo.pop_back();
|
||||||
set_color(cf, CLOSED);
|
set_color(cf, CLOSED);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue