From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhOHo-0007Cf-TT for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhOHk-00036V-T1 for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:47:36 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:33967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhOHk-00036P-Nq for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:47:32 -0400 Received: by padhy16 with SMTP id hy16so50775651pad.1 for ; Wed, 30 Sep 2015 13:47:32 -0700 (PDT) Sender: Richard Henderson References: <1443627027-2193-1-git-send-email-james.hogan@imgtec.com> <1443627027-2193-2-git-send-email-james.hogan@imgtec.com> From: Richard Henderson Message-ID: <560C4A5A.6030200@twiddle.net> Date: Thu, 1 Oct 2015 06:47:22 +1000 MIME-Version: 1.0 In-Reply-To: <1443627027-2193-2-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/7] tcg-opc.h: Simplify debug_insn_start def List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org Cc: Leon Alrae , Aurelien Jarno On 10/01/2015 01:30 AM, James Hogan wrote: > We already have a TLADDR_ARGS definition, so rearrange the order > slightly and use it in the definition of debug_insn_start, instead of > having an #ifdef. > > Signed-off-by: James Hogan > Cc: Aurelien Jarno > Cc: Richard Henderson > --- Reviewed-by: Richard Henderson r~