Fix compiler warning, by Stefan Weil.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 20 Jul 2008 19:13:19 +0000 (19:13 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 20 Jul 2008 19:13:19 +0000 (19:13 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4915 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/translate_init.c

index b7d68cc..e0e168a 100644 (file)
@@ -63,7 +63,7 @@ enum mips_mmu_types {
 };
 
 struct mips_def_t {
-    const unsigned char *name;
+    const char *name;
     int32_t CP0_PRid;
     int32_t CP0_Config0;
     int32_t CP0_Config1;