diff options
Diffstat (limited to 'src/exhaustive/exhaustive.c')
| -rw-r--r-- | src/exhaustive/exhaustive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index c5e9ffc..a1d3832 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -286,7 +286,7 @@ int exhaustive_gen_retry(curve_t *curve, const exhaustive_t *setup, return 0; } - pari_sp stack_tops[OFFSET_END] = {0}; + pari_sp stack_tops[OFFSET_END] = {avma}; int gen_tries[OFFSET_END] = {0}; int state = start_offset; |
