X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Frecompiler.h;h=b9fc57981d17c6e08b15db88805096ca07b001e3;hb=ba3814c189d3bd2332b66fb6c633a7d028e618fe;hp=9bc522d1479611a0d04882c4aee54df9b039a110;hpb=47e92264b0bcdd851e8b0973cd5036cc6ca8e4ba;p=pcsx_rearmed.git diff --git a/deps/lightrec/recompiler.h b/deps/lightrec/recompiler.h index 9bc522d1..b9fc5798 100644 --- a/deps/lightrec/recompiler.h +++ b/deps/lightrec/recompiler.h @@ -18,4 +18,7 @@ void lightrec_recompiler_remove(struct recompiler *rec, struct block *block); void * lightrec_recompiler_run_first_pass(struct lightrec_state *state, struct block *block, u32 *pc); +void lightrec_code_alloc_lock(struct lightrec_state *state); +void lightrec_code_alloc_unlock(struct lightrec_state *state); + #endif /* __LIGHTREC_RECOMPILER_H__ */