libretro: adjust psxclock description
[pcsx_rearmed.git] / deps / lightrec / emitter.h
index b7f54fd..c960a7f 100644 (file)
@@ -13,7 +13,7 @@ struct lightrec_cstate;
 struct opcode;
 
 void lightrec_rec_opcode(struct lightrec_cstate *state, const struct block *block, u16 offset);
-void lightrec_emit_eob(struct lightrec_cstate *state, const struct block *block,
-                      u16 offset, _Bool after_op);
+void lightrec_emit_jump_to_interpreter(struct lightrec_cstate *state,
+                                      const struct block *block, u16 offset);
 
 #endif /* __EMITTER_H__ */