mirror of
https://github.com/Z3Prover/z3
synced 2025-08-01 17:03:18 +00:00
fix RISC build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc218aeeb5
commit
cd9f0d1a6c
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ public:
|
||||||
void mul(const interval& a, const mpq& b, interval& c) {
|
void mul(const interval& a, const mpq& b, interval& c) {
|
||||||
if (wd == with_deps) {
|
if (wd == with_deps) {
|
||||||
interval_deps_combine_rule comb_rule;
|
interval_deps_combine_rule comb_rule;
|
||||||
mul(b, a, c, comb_rule);
|
mul(a, b, c, comb_rule);
|
||||||
combine_deps(a, comb_rule, c);
|
combine_deps(a, comb_rule, c);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue