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

@@ -79,6 +79,8 @@ struct PgfEvalGates {
PgfFunction update_closure;
PgfFunction update_pap;
PgfFunction mk_const;
PgfClosure* (*enter)(PgfEvalState* state, PgfClosure* closure);
GuFinalizer fin;