Skip to content

Commit

Permalink
Merge pull request #1127 from dogbert17/fix-m1104
Browse files Browse the repository at this point in the history
Restore accidentally deleted call to mp_neg()
  • Loading branch information
Aleks-Daniel Jakimenko-Aleksejev committed Jun 21, 2019
2 parents 5b597ac + ee829bc commit 81e5cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/math/bigintops.c
Expand Up @@ -188,6 +188,7 @@ static mp_int * force_bigint(MVMThreadContext *tc, const MVMP6bigintBody *body,
}
else {
mp_set_int(i, -value);
mp_neg(i, i);
}
return i;
}
Expand Down

0 comments on commit 81e5cbf

Please sign in to comment.