3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

build fix

This commit is contained in:
Christoph M. Wintersteiger 2016-11-07 13:51:09 +00:00
parent 4e7077db70
commit 80e136f090

View file

@ -1087,7 +1087,7 @@ extern "C" {
if (biased) {
exp = mpfm.is_zero(val) ? 0 :
mpfm.is_inf(val) ? mpfm.mk_top_exp(ebits) :
mpfm.bias_exp(ebits, mpfm.exp(val))
mpfm.bias_exp(ebits, mpfm.exp(val));
}
else {
exp = mpfm.is_zero(val) ? 0 :