Changeset: f627122712eb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f627122712eb Modified Files: monetdb5/scheduler/mut_transforms.c Branch: mutation Log Message:
We have one more instruction being added. diffs (21 lines): diff --git a/monetdb5/scheduler/mut_transforms.c b/monetdb5/scheduler/mut_transforms.c --- a/monetdb5/scheduler/mut_transforms.c +++ b/monetdb5/scheduler/mut_transforms.c @@ -61,7 +61,7 @@ mutationJoin(Client cntxt, Mutant m){ for we can not easily pass it back to the current interpreter call sequence */ - if ( m->stk->stksize < m->src->vtop + 4){ + if ( m->stk->stksize < m->src->vtop + 5){ pushInstruction(m->src,p); continue; } @@ -181,7 +181,7 @@ mutationSelect(Client cntxt, Mutant m){ for we can not easily pass it back to the current interpreter call sequence */ - if ( m->stk->stksize < m->src->vtop + 4){ + if ( m->stk->stksize < m->src->vtop + 5){ pushInstruction(m->src,p); continue; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list