summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1856706
blob: 0b775f0b2304c889be041f001ff2b1370485e512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
target/mips/op_helper.c:971:duplicated branches ?

qemu-4.2.0/target/mips/op_helper.c:971:8: warning: this condition has identical branches [-Wduplicated-branches]

Source code is

   if (other_tc == other->current_tc) {
        tccause = other->CP0_Cause;
    } else {
        tccause = other->CP0_Cause;
    }

Possible cut'n'paste error ?