qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4915] Fix compiler warning, by Stefan Weil.
@ 2008-07-20 19:13 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-20 19:13 UTC (permalink / raw)
  To: qemu-devel

Revision: 4915
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4915
Author:   ths
Date:     2008-07-20 19:13:19 +0000 (Sun, 20 Jul 2008)

Log Message:
-----------
Fix compiler warning, by Stefan Weil.

Modified Paths:
--------------
    trunk/target-mips/translate_init.c

Modified: trunk/target-mips/translate_init.c
===================================================================
--- trunk/target-mips/translate_init.c	2008-07-20 18:55:00 UTC (rev 4914)
+++ trunk/target-mips/translate_init.c	2008-07-20 19:13:19 UTC (rev 4915)
@@ -63,7 +63,7 @@
 };
 
 struct mips_def_t {
-    const unsigned char *name;
+    const char *name;
     int32_t CP0_PRid;
     int32_t CP0_Config0;
     int32_t CP0_Config1;

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

only message in thread, other threads:[~2008-07-20 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 19:13 [Qemu-devel] [4915] Fix compiler warning, by Stefan Weil Thiemo Seufer

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