blob: 13a4531de0b99bf77a0a67c582b262cd2cf78d8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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;
}
|