X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4108c8d21f2dff8c2666fdeebc5a76b449e2808c..23aec1b481c71cff5872450f99ef2c65f5bda5af:/mp-arith.c diff --git a/mp-arith.c b/mp-arith.c index 941b8df..3af1447 100644 --- a/mp-arith.c +++ b/mp-arith.c @@ -360,7 +360,7 @@ mp *mp_bit##n##2c(mp *d, mp *a, mp *b) \ p_bn \ } else { /* Both negative */ \ mp *t = mp_not2c(MP_NEW, a); \ - mp *d = mp_not2c(d, b); \ + d = mp_not2c(d, b); \ d = mp_bit##abn(d, t, d); \ MP_DROP(t); \ p_abn \