From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKeLS-0007TI-VZ for qemu-devel@nongnu.org; Sun, 20 Jul 2008 15:13:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKeLR-0007Sv-Qb for qemu-devel@nongnu.org; Sun, 20 Jul 2008 15:13:21 -0400 Received: from [199.232.76.173] (port=34368 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKeLR-0007Sr-Kr for qemu-devel@nongnu.org; Sun, 20 Jul 2008 15:13:21 -0400 Received: from savannah.gnu.org ([199.232.41.3]:52864 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKeLR-0000cO-He for qemu-devel@nongnu.org; Sun, 20 Jul 2008 15:13:21 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KKeLQ-0002yS-9w for qemu-devel@nongnu.org; Sun, 20 Jul 2008 19:13:20 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KKeLP-0002yO-UM for qemu-devel@nongnu.org; Sun, 20 Jul 2008 19:13:20 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Sun, 20 Jul 2008 19:13:19 +0000 Subject: [Qemu-devel] [4915] Fix compiler warning, by Stefan Weil. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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;