From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqp5o-0001Ha-77 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 14:05:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqp5i-000474-Va for qemu-devel@nongnu.org; Wed, 11 Dec 2013 14:05:08 -0500 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:57860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqp5i-000441-Ox for qemu-devel@nongnu.org; Wed, 11 Dec 2013 14:05:02 -0500 Received: by mail-pb0-f52.google.com with SMTP id uo5so10541062pbc.39 for ; Wed, 11 Dec 2013 11:05:00 -0800 (PST) Sender: Richard Henderson Message-ID: <52A8B74D.2050101@twiddle.net> Date: Wed, 11 Dec 2013 11:04:45 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1386786781-20253-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1386786781-20253-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] 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 10:33 AM, Aurelien Jarno wrote: > The comments apply to 8-bit stores, not 8-bit loads. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno Ack on the actual code comment fix. The commit comment is wrong. ;-) r~