/[qemu]/qemu/exec.h
ViewVC logotype

Diff of /qemu/exec.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by bellard, Fri Jul 11 15:16:56 2003 UTC revision 1.13 by bellard, Sat Jul 26 12:06:08 2003 UTC
# Line 58  extern uint8_t gen_opc_instr_start[OPC_B Line 58  extern uint8_t gen_opc_instr_start[OPC_B
58  extern FILE *logfile;  extern FILE *logfile;
59  extern int loglevel;  extern int loglevel;
60    
61  int gen_intermediate_code(struct TranslationBlock *tb);  int gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
62  int gen_intermediate_code_pc(struct TranslationBlock *tb);  int gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
63  void dump_ops(const uint16_t *opc_buf, const uint32_t *opparam_buf);  void dump_ops(const uint16_t *opc_buf, const uint32_t *opparam_buf);
64  int cpu_gen_code(struct TranslationBlock *tb,  int cpu_gen_code(CPUState *env, struct TranslationBlock *tb,
65                   int max_code_size, int *gen_code_size_ptr);                   int max_code_size, int *gen_code_size_ptr);
66  int cpu_restore_state(struct TranslationBlock *tb,  int cpu_restore_state(struct TranslationBlock *tb,
67                        CPUState *env, unsigned long searched_pc);                        CPUState *env, unsigned long searched_pc);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26