From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1uwt-0001l4-Uq for qemu-devel@nongnu.org; Mon, 08 Jun 2015 07:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1uwp-0003fo-PA for qemu-devel@nongnu.org; Mon, 08 Jun 2015 07:10:35 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:7625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1uwp-0003cc-Il for qemu-devel@nongnu.org; Mon, 08 Jun 2015 07:10:31 -0400 Message-ID: <55757823.3080305@imgtec.com> Date: Mon, 8 Jun 2015 12:10:27 +0100 From: Yongbok Kim MIME-Version: 1.0 References: <1432920900-11047-1-git-send-email-rth@twiddle.net> <556C2916.7000609@imgtec.com> <556C7A02.5040100@twiddle.net> In-Reply-To: <556C7A02.5040100@twiddle.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org On 01/06/2015 16:28, Richard Henderson wrote: > On 06/01/2015 02:42 AM, Yongbok Kim wrote: >> I have noticed that you haven't changed it for the tci, is it deliberate? >> Another minor thing is that tcg_dump_ops() in tcg.c wouldn't print ld/st >> names correctly but hex code will be printed out. > > Correct on both counts. I'll get that fixed up too. > > > r~ > Any update? Regards, Yongbok