mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
revert change to 1065
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
582a069c51
commit
8acb37e734
|
@ -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…
Reference in a new issue