Re: [Qemu-devel] [PATCH v2] tcg/i386: fix a comment

2013-12-19 Thread Richard Henderson
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~

[Qemu-devel] [PATCH v2] tcg/i386: fix a comment

2013-12-11 Thread Aurelien Jarno
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(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 7ac8e45..495b901 100644 --- a/tcg/i386/