commit | 4214a8cb7c15ec43d4b2a43ebf248b273a0f4d45 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jul 30 22:11:51 2015 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Aug 01 09:39:33 2015 +0200 |
tree | e17cfc8bdacb7d190477578bf9f4a61349f3f1ce | |
parent | e72c4fb81db52be881c9356f1c60e0a7817d2d32 [diff] |
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>