diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1856706')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1856706 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1856706 b/results/scraper/launchpad-without-comments/1856706 new file mode 100644 index 00000000..0b775f0b --- /dev/null +++ b/results/scraper/launchpad-without-comments/1856706 @@ -0,0 +1,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 ? \ No newline at end of file |