sh4: doesn't set the cpu_model_str
[qemu] / target-sh4 / translate.c
index 3943ab3..e170cab 100644 (file)
@@ -243,6 +243,7 @@ CPUSH4State *cpu_sh4_init(const char *cpu_model)
        return NULL;
     cpu_exec_init(env);
     sh4_translate_init();
+    env->cpu_model_str = cpu_model;
     cpu_sh4_reset(env);
     cpu_sh4_register(env, def);
     tlb_flush(env, 1);