]> Git Repo - qemu.git/commit
target-lm32: rewrite gen_compare()
authorMichael Walle <[email protected]>
Wed, 12 Oct 2016 22:35:08 +0000 (00:35 +0200)
committerMichael Tokarev <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-lm32/translate.c
This page took 0.026966 seconds and 4 git commands to generate.