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