mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
bild on gcc #376
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72883df134
commit
f3d94db889
5 changed files with 77 additions and 37 deletions
|
@ -597,7 +597,7 @@ bool seq_rewriter::reduce_eq(expr* l, expr* r, expr_ref_vector& lhs, expr_ref_ve
|
|||
if (head1 == m_lhs.size() || head2 == m_rhs.size()) {
|
||||
break;
|
||||
}
|
||||
SASSERT(head1 < m_lhs.size() && head2 == m_rhs.size());
|
||||
SASSERT(head1 < m_lhs.size() && head2 < m_rhs.size());
|
||||
|
||||
expr* l = m_lhs[head1];
|
||||
expr* r = m_rhs[head2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue