Revision 54604f74 tcg/tcg.h

b/tcg/tcg.h
314 314
void tcg_context_init(TCGContext *s);
315 315
void tcg_func_start(TCGContext *s);
316 316

  
317
int dyngen_code(TCGContext *s, uint8_t *gen_code_buf);
318
int dyngen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
317
int tcg_gen_code(TCGContext *s, uint8_t *gen_code_buf);
318
int tcg_gen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
319 319

  
320 320
void tcg_set_frame(TCGContext *s, int reg,
321 321
                   tcg_target_long start, tcg_target_long size);

Also available in: Unified diff