mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 04:41:21 +00:00
revert change to 1065
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
582a069c51
commit
8acb37e734
1 changed files with 1 additions and 1 deletions
|
@ -613,8 +613,8 @@ private:
|
||||||
VERIFY(asm2dep.find(core[i].index(), e));
|
VERIFY(asm2dep.find(core[i].index(), e));
|
||||||
if (asm2fml.contains(e)) {
|
if (asm2fml.contains(e)) {
|
||||||
e = asm2fml.find(e);
|
e = asm2fml.find(e);
|
||||||
m_core.push_back(e);
|
|
||||||
}
|
}
|
||||||
|
m_core.push_back(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue