tcg/s390x: Mask TCGMemOp appropriately for indexing
commit3c8691f568f49bf623dcb2850464d4156d95e61b
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 30 Jul 2015 20:13:26 +0000 (30 22:13 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 1 Aug 2015 07:39:37 +0000 (1 09:39 +0200)
tree088b9c46cc4dd4b428b0b37439cbe033013a9db6
parent4214a8cb7c15ec43d4b2a43ebf248b273a0f4d45
tcg/s390x: Mask TCGMemOp appropriately for indexing

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

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