summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1885718
blob: 70b2e7c50722d81595127db89d66990233695efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;
    }