From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhjkm-0006DQ-Rt for qemu-devel@nongnu.org; Thu, 01 Oct 2015 15:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhjkj-0003Ue-MG for qemu-devel@nongnu.org; Thu, 01 Oct 2015 15:42:56 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhjkj-0003UG-Gi for qemu-devel@nongnu.org; Thu, 01 Oct 2015 15:42:53 -0400 Received: by pacfv12 with SMTP id fv12so85047857pac.2 for ; Thu, 01 Oct 2015 12:42:53 -0700 (PDT) Sender: Richard Henderson References: <1443697130-21431-1-git-send-email-james.hogan@imgtec.com> <1443697130-21431-3-git-send-email-james.hogan@imgtec.com> From: Richard Henderson Message-ID: <560D8CB4.4060700@twiddle.net> Date: Fri, 2 Oct 2015 05:42:44 +1000 MIME-Version: 1.0 In-Reply-To: <1443697130-21431-3-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 v2 2/6] disas/mips: Add R6 jr/jr.hb to disassembler 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 08:58 PM, James Hogan wrote: > MIPS r6 encodes jr as jalr zero, and jr.hb as jalr.hb zero, so add these > encodings to the MIPS disassembly table. > > Signed-off-by: James Hogan > Cc: Aurelien Jarno > Cc: Leon Alrae > --- > disas/mips.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~