summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1885718
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1885718')
-rw-r--r--results/scraper/launchpad-without-comments/18857189
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 000000000..c074c0eb3
--- /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