From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtlES-0007Re-Pd for qemu-devel@nongnu.org; Thu, 19 Dec 2013 16:34:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtlEO-0003zk-0F for qemu-devel@nongnu.org; Thu, 19 Dec 2013 16:34:12 -0500 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:44820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtlEN-0003zg-Re for qemu-devel@nongnu.org; Thu, 19 Dec 2013 16:34:07 -0500 Received: by mail-qc0-f174.google.com with SMTP id n7so1518553qcx.33 for ; Thu, 19 Dec 2013 13:34:07 -0800 (PST) Sender: Richard Henderson Message-ID: <52B3664B.5090504@twiddle.net> Date: Thu, 19 Dec 2013 13:34:03 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1386807433-29604-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1386807433-29604-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] tcg/i386: fix a comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org On 12/11/2013 04:17 PM, Aurelien Jarno wrote: > The comments apply to 8-bit stores, not 8-byte stores. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > tcg/i386/tcg-target.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~