qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5222] sh4: doesn't set the cpu_model_str
@ 2008-09-15  7:34 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-09-15  7:34 UTC (permalink / raw)
  To: qemu-devel

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-15  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15  7:34 [Qemu-devel] [5222] sh4: doesn't set the cpu_model_str Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).