diff options
Diffstat (limited to 'src/steps.c')
| -rw-r--r-- | src/steps.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/steps.c b/src/steps.c index 0357e69..2517d16 100644 --- a/src/steps.c +++ b/src/steps.c | |||
| @@ -1497,6 +1497,9 @@ prepare_step(Step *step, SolveOptions *opts) | |||
| 1497 | fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); | 1497 | fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); |
| 1498 | } | 1498 | } |
| 1499 | 1499 | ||
| 1500 | for (i = 0; i < step->ntables; i++) | 1500 | for (i = 0; i < step->ntables; i++) { |
| 1501 | genptable(step->tables[i], opts->nthreads); | 1501 | genptable(step->tables[i], opts->nthreads); |
| 1502 | if (step->tables[i]->compact) | ||
| 1503 | genptable(step->tables[i]->fallback, opts->nthreads); | ||
| 1504 | } | ||
| 1502 | } | 1505 | } |
