blob: c074c0eb3ea384d79594aa2810108b342d901864 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
Source code is
if (other_tc == other->current_tc) {
tccause = other->CP0_Cause;
} else {
tccause = other->CP0_Cause;
}
|