Revision aaed909a target-sh4/cpu.h

b/target-sh4/cpu.h
123 123
    tlb_t itlb[ITLB_SIZE];	/* instruction translation table */
124 124
} CPUSH4State;
125 125

  
126
CPUSH4State *cpu_sh4_init(void);
126
CPUSH4State *cpu_sh4_init(const char *cpu_model);
127 127
int cpu_sh4_exec(CPUSH4State * s);
128 128
int cpu_sh4_signal_handler(int host_signum, void *pinfo,
129 129
                           void *puc);

Also available in: Unified diff