]> git.proxmox.com Git - mirror_qemu.git/commit
target-lm32: rewrite gen_compare()
authorMichael Walle <michael@walle.cc>
Wed, 12 Oct 2016 22:35:08 +0000 (00:35 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 28 Oct 2016 15:17:23 +0000 (18:17 +0300)
commit0a04e11f32cb51d3210007d902e170cc164bb813
treed938ca1b07e3166662a77347180a5c5e52717748
parent237a8650d640adfb00b65358891fed0e84edfd09
target-lm32: rewrite gen_compare()

Drop the rX, rY and rZ stuff and use dc->r{0,1,2} directly. This should
also fix the false positive in coverity CID 1005720.

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