]> Git Repo - qemu.git/blobdiff - target-sh4/cpu.h
added cpu_model parameter to cpu_init()
[qemu.git] / target-sh4 / cpu.h
index edfda1f90a77ebf5caa49987acc02083e8fb1262..79701306c6978ca908507d41c287faaf7621472e 100644 (file)
@@ -123,7 +123,7 @@ typedef struct CPUSH4State {
     tlb_t itlb[ITLB_SIZE];     /* instruction translation table */
 } CPUSH4State;
 
-CPUSH4State *cpu_sh4_init(void);
+CPUSH4State *cpu_sh4_init(const char *cpu_model);
 int cpu_sh4_exec(CPUSH4State * s);
 int cpu_sh4_signal_handler(int host_signum, void *pinfo,
                            void *puc);
This page took 0.019781 seconds and 4 git commands to generate.