target-lm32: fix style issue
commit5db35b616b8d3a27783ecddfe12353b88b0cb9f1
authorMichael Walle <michael@walle.cc>
Wed, 12 Oct 2016 16:23:16 +0000 (12 18:23 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 28 Oct 2016 15:17:23 +0000 (28 18:17 +0300)
tree5fd0212458716c3ceb57abf7617223d7a23a9617
parent5f333d79a4337b390fa4103e270d2bdaf243aad6
target-lm32: fix style issue

Both branches of the ternary operator have the same expressions. Drop the
operator.

This fixes: https://bugs.launchpad.net/qemu/+bug/1414293

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-lm32/translate.c