[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/2] tcg: Mask TCGMemOp appropriately for ind
From: |
Yongbok Kim |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/2] tcg: Mask TCGMemOp appropriately for indexing |
Date: |
Tue, 9 Jun 2015 11:23:41 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 08/06/2015 18:37, Richard Henderson wrote:
> The addition of MO_AMASK means that places that used inverted masks
> need to be changed to use positive masks, and places that failed to
> mask the intended bits need updating.
>
> Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: Yongbok Kim <address@hidden>
I've only tested it for mips target and i386 host, but I think it's worth
mentioning that.
Tested-by: Yongbok Kim <address@hidden>
Regards,
Yongbok