From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwZ6-0005Gl-JH for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:03:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKwZ0-00004z-AP for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:03:20 -0400 Received: from mail-oa0-f48.google.com ([209.85.219.48]:43718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKwZ0-0008WR-5w for qemu-devel@nongnu.org; Wed, 27 Mar 2013 16:03:14 -0400 Received: by mail-oa0-f48.google.com with SMTP id j1so9051880oag.7 for ; Wed, 27 Mar 2013 13:03:13 -0700 (PDT) Sender: Richard Henderson Message-ID: <5153507C.1090506@twiddle.net> Date: Wed, 27 Mar 2013 13:03:08 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364324502-9124-1-git-send-email-aurelien@aurel32.net> <1364324502-9124-2-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364324502-9124-2-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/10] target-i386: SSE4.1: fix pinsrb instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 03/26/2013 12:01 PM, Aurelien Jarno wrote: > gen_op_mov_TN_reg() loads the value in cpu_T[0], so this temporary should > be used instead of cpu_tmp0. > > Signed-off-by: Aurelien Jarno > --- > target-i386/translate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~