]> Git Repo - qemu.git/commit
target-tricore: Fix check which was always false
authorStefan Weil <[email protected]>
Sat, 21 Mar 2015 13:44:58 +0000 (14:44 +0100)
committerMichael Tokarev <[email protected]>
Sat, 4 Apr 2015 06:45:59 +0000 (09:45 +0300)
commit7b4b0b5795e934a9b7efb916af86715b68555be9
tree5e2aa5954537eff04e47ab4f486e7dc6beb2e49f
parent9c04146ad4696b20c440bfbb4a6ab27ea254e7ca
target-tricore: Fix check which was always false

With a mask value of 0x00400000, the result will never be 1.
This fixes a Coverity warning.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-tricore/op_helper.c
This page took 0.025658 seconds and 4 git commands to generate.