Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 30, 2022
1 parent 8002a51 commit 2c3ecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/simplifiers/extract_eqs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace euf {

void mark_nonzero(expr* e) {
m_trail.push_back(e);
m_nonzero(e);
m_nonzero.mark(e);
}

void add_pos(expr* f) {
Expand Down

0 comments on commit 2c3ecce

Please sign in to comment.