X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4108c8d21f2dff8c2666fdeebc5a76b449e2808c..80be023065ced106a4078a36371c135a60d2bd6c:/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 \