diff --git a/src/runtime/c/pgf/jit.c b/src/runtime/c/pgf/jit.c index 5912dfea5..4aa489560 100644 --- a/src/runtime/c/pgf/jit.c +++ b/src/runtime/c/pgf/jit.c @@ -22,7 +22,9 @@ pgf_new_jit(PgfReader* rdr) PGF_INTERNAL PgfEvalGates* pgf_jit_gates(PgfReader* rdr) { - return NULL; + PgfEvalGates* gates = gu_new(PgfEvalGates, rdr->opool); + memset(gates, 0, sizeof(*gates)); + return gates; } PGF_INTERNAL void