1
0
forked from GitHub/gf-core

partial implementation for the FAIL instruction

This commit is contained in:
kr.angelov
2014-10-06 09:04:25 +00:00
parent 4e00834c68
commit 889c0f3df4
3 changed files with 35 additions and 1 deletions

View File

@@ -254,7 +254,7 @@ pgf_value2expr(PgfEvalState* state, int level, PgfClosure* clos, GuPool* pool)
PgfValue* val = (PgfValue*) clos;
expr = val->absfun->ep.expr;
n_args = gu_seq_length(val->absfun->type->hypos);
n_args = val->absfun->arity;
args = val->args;
} else if (clos->code == state->eval_gates->evaluate_value_gen) {
PgfValueGen* val = (PgfValueGen*) clos;