Commit 50366fe93abf603989e41339701d05fe0786c0e7

Authored by ths
1 parent 4c7d9dc7

Fix compiler warning, by Stefan Weil.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4915 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-mips/translate_init.c
... ... @@ -63,7 +63,7 @@ enum mips_mmu_types {
63 63 };
64 64  
65 65 struct mips_def_t {
66   - const unsigned char *name;
  66 + const char *name;
67 67 int32_t CP0_PRid;
68 68 int32_t CP0_Config0;
69 69 int32_t CP0_Config1;
... ...