forked from GitHub/gf-core
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