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