From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzTO3-0000P5-LL for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:48:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzTNy-0003bZ-Jr for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:48:15 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:59808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzTNy-0003b2-C7 for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:48:10 -0500 Message-ID: <548B1C44.8010006@imgtec.com> Date: Fri, 12 Dec 2014 16:48:04 +0000 From: Leon Alrae MIME-Version: 1.0 References: <1418376603-18360-1-git-send-email-leon.alrae@imgtec.com> <1418376603-18360-4-git-send-email-leon.alrae@imgtec.com> <548AFB94.3070800@imgtec.com> <548B0F26.1000409@imgtec.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] disas/mips: remove unused mips16_to_32_reg_map[] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Aurelien Jarno On 12/12/2014 15:53, Peter Maydell wrote: > On 12 December 2014 at 15:52, Leon Alrae wrote: >> On 12/12/2014 14:51, Peter Maydell wrote: >>> Failing that, the best source for a mips16 disassembler is >>> going to be "fix the bugs in the currently disabled code we >>> have in the tree", in which case deleting it all would be >>> a backwards step... >> >> Agreed. It may have greater value than I thought. I'll leave it then. > > You can silence the warning by sticking #if 0 round > the offending data (which is probably why the code has the > #if 0). Done in v2 of this patch. Thanks, Leon