From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lfu7F-00065e-3U for qemu-devel@nongnu.org; Sat, 07 Mar 2009 05:50:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lfu7E-00064w-3Q for qemu-devel@nongnu.org; Sat, 07 Mar 2009 05:50:48 -0500 Received: from [199.232.76.173] (port=59484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lfu7D-00064t-Vm for qemu-devel@nongnu.org; Sat, 07 Mar 2009 05:50:48 -0500 Received: from savannah.gnu.org ([199.232.41.3]:43612 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 1Lfu7D-0005AS-NI for qemu-devel@nongnu.org; Sat, 07 Mar 2009 05:50:47 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lfu7D-00071y-4Y for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:50:47 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lfu7C-00071u-UV for qemu-devel@nongnu.org; Sat, 07 Mar 2009 10:50:47 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 07 Mar 2009 10:50:46 +0000 Subject: [Qemu-devel] [6733] Fix sparc64-softmmu breakage from r6711 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: 6733 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6733 Author: blueswir1 Date: 2009-03-07 10:50:46 +0000 (Sat, 07 Mar 2009) Log Message: ----------- Fix sparc64-softmmu breakage from r6711 Modified Paths: -------------- trunk/hw/sun4u.c Modified: trunk/hw/sun4u.c =================================================================== --- trunk/hw/sun4u.c 2009-03-07 04:56:06 UTC (rev 6732) +++ trunk/hw/sun4u.c 2009-03-07 10:50:46 UTC (rev 6733) @@ -205,11 +205,11 @@ return 0; } -void pic_info(void) +void pic_info(Monitor *mon) { } -void irq_info(void) +void irq_info(Monitor *mon) { }