From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDKPJ-000374-8M for qemu-devel@nongnu.org; Thu, 29 Mar 2012 14:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDKPH-0001M2-LD for qemu-devel@nongnu.org; Thu, 29 Mar 2012 14:49:12 -0400 Received: from mail-qc0-f173.google.com ([209.85.216.173]:57370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDKPH-0001LW-F4 for qemu-devel@nongnu.org; Thu, 29 Mar 2012 14:49:11 -0400 Received: by qcsc20 with SMTP id c20so1592339qcs.4 for ; Thu, 29 Mar 2012 11:49:09 -0700 (PDT) Sender: Richard Henderson Message-ID: <4F74AEA2.6080709@twiddle.net> Date: Thu, 29 Mar 2012 14:49:06 -0400 From: Richard Henderson MIME-Version: 1.0 References: <1332894743-27418-1-git-send-email-rth@twiddle.net> <1332894743-27418-4-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/14] tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 03/29/2012 02:45 PM, Blue Swirl wrote: >> > #elif defined(TARGET_SPARC) >> > print_insn = print_insn_sparc; >> > -#ifdef TARGET_SPARC64 >> > disasm_info.mach = bfd_mach_sparc_v9b; >> > -#endif > This is not OK, it would change ASI printout for V8 guest code. > Ah, right. Ok, will fix for the next revision. r~