qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5222] sh4: doesn't set the cpu_model_str


From: Aurelien Jarno
Subject: [Qemu-devel] [5222] sh4: doesn't set the cpu_model_str
Date: Mon, 15 Sep 2008 07:34:45 +0000

Revision: 5222
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5222
Author:   aurel32
Date:     2008-09-15 07:34:45 +0000 (Mon, 15 Sep 2008)

Log Message:
-----------
sh4: doesn't set the cpu_model_str

Fix setting of cpu_model_str for sh4

(Michael Trimarchi)

Modified Paths:
--------------
    trunk/target-sh4/translate.c

Modified: trunk/target-sh4/translate.c
===================================================================
--- trunk/target-sh4/translate.c        2008-09-15 07:05:18 UTC (rev 5221)
+++ trunk/target-sh4/translate.c        2008-09-15 07:34:45 UTC (rev 5222)
@@ -243,6 +243,7 @@
        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);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]