less noise plz
This commit is contained in:
parent
e5e9382bc2
commit
5d3ee880aa
@ -186,7 +186,7 @@ printf("compare no compare!\n"); return EXIT_FAILURE; }
|
|||||||
t = (1ULL << (i+1)) - 1;
|
t = (1ULL << (i+1)) - 1;
|
||||||
if (!t)
|
if (!t)
|
||||||
t = -1;
|
t = -1;
|
||||||
printf("t = 0x%lx i = %d\n", t, i);
|
printf(" t = 0x%lx i = %d\r", t, i);
|
||||||
do {
|
do {
|
||||||
if (mp_set_long(&a, t) != MP_OKAY) {
|
if (mp_set_long(&a, t) != MP_OKAY) {
|
||||||
printf("\nmp_set_long() error!");
|
printf("\nmp_set_long() error!");
|
||||||
|
Loading…
Reference in New Issue
Block a user