summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/jit.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-06-26 09:35:50 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-06-26 09:35:50 +0000
commitd1410aba223edf235b83a70be0890b48fd07e585 (patch)
treee9b18e29bab7b84b1ec95c08e05e4e428327e4c7 /src/runtime/c/pgf/jit.h
parentfcd2a2b12a00bb5e3427162e3f6c07b4b58a2d3d (diff)
we no longer maintain an explicit list of functions per category since now it is implicitly kept in the JIT compiled code
Diffstat (limited to 'src/runtime/c/pgf/jit.h')
-rw-r--r--src/runtime/c/pgf/jit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/pgf/jit.h b/src/runtime/c/pgf/jit.h
index eb9d7005e..04265547a 100644
--- a/src/runtime/c/pgf/jit.h
+++ b/src/runtime/c/pgf/jit.h
@@ -10,7 +10,7 @@ void
pgf_jit_done(PgfJitState* state, PgfAbstr* abstr);
void
-pgf_jit_predicate(PgfJitState* state,
- PgfCIdMap* abscats, PgfAbsCat* abscat);
+pgf_jit_predicate(PgfJitState* state, PgfCIdMap* abscats,
+ PgfAbsCat* abscat, GuBuf* functions);
#endif