summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1658506
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1658506')
-rw-r--r--results/scraper/launchpad-without-comments/165850611
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1658506 b/results/scraper/launchpad-without-comments/1658506
new file mode 100644
index 00000000..ce22c4e6
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1658506
@@ -0,0 +1,11 @@
+qemu/hw/intc/arm_gicv3_cpuif.c:2433: bad expression ?
+
+qemu/hw/intc/arm_gicv3_cpuif.c:2433]: (style) Expression '(X & 0x2000000000000000) == 0x1' is always false.
+
+Source code is
+
+           ((lr & ICH_LR_EL2_HW) == 1 || (lr & ICH_LR_EL2_EOI) == 0)) {
+
+Maybe better code
+
+           ((lr & ICH_LR_EL2_HW) != 0 || (lr & ICH_LR_EL2_EOI) == 0)) {
\ No newline at end of file