tcg/mips: Mask TCGMemOp appropriately for indexing
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 30 Jul 2015 20:11:51 +0000 (22:11 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 1 Aug 2015 07:39:33 +0000 (09:39 +0200)
commit4214a8cb7c15ec43d4b2a43ebf248b273a0f4d45
treee17cfc8bdacb7d190477578bf9f4a61349f3f1ce
parente72c4fb81db52be881c9356f1c60e0a7817d2d32
tcg/mips: Mask TCGMemOp appropriately for indexing

Commit 2b7ec66f fixed TCGMemOp masking following the MO_AMASK addition,
but two cases were forgotten in the TCG MIPS backend.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/mips/tcg-target.c