mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
Update jit.c
This commit is contained in:
@@ -22,7 +22,9 @@ pgf_new_jit(PgfReader* rdr)
|
|||||||
PGF_INTERNAL PgfEvalGates*
|
PGF_INTERNAL PgfEvalGates*
|
||||||
pgf_jit_gates(PgfReader* rdr)
|
pgf_jit_gates(PgfReader* rdr)
|
||||||
{
|
{
|
||||||
return NULL;
|
PgfEvalGates* gates = gu_new(PgfEvalGates, rdr->opool);
|
||||||
|
memset(gates, 0, sizeof(*gates));
|
||||||
|
return gates;
|
||||||
}
|
}
|
||||||
|
|
||||||
PGF_INTERNAL void
|
PGF_INTERNAL void
|
||||||
|
|||||||
Reference in New Issue
Block a user