partial implementation for the FAIL instruction

This commit is contained in:
kr.angelov
2014-10-06 09:04:25 +00:00
parent d07bcf3480
commit b07a2652d8
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;