Revision d2856f1a exec-all.h

b/exec-all.h
67 67

  
68 68
int gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
69 69
int gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
70
void gen_pc_load(CPUState *env, struct TranslationBlock *tb,
71
                 unsigned long searched_pc, int pc_pos, void *puc);
72

  
70 73
unsigned long code_gen_max_block_size(void);
71 74
void cpu_gen_init(void);
72 75
int cpu_gen_code(CPUState *env, struct TranslationBlock *tb,

Also available in: Unified diff