summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1460523
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1460523')
-rw-r--r--results/scraper/launchpad-without-comments/146052310
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1460523 b/results/scraper/launchpad-without-comments/1460523
new file mode 100644
index 00000000..06674a43
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1460523
@@ -0,0 +1,10 @@
+target-arm/op_helper.c:424: bad assert
+
+/home/dcb/qemu/trunk/qemu/target-arm/op_helper.c: In function ‘helper_access_check_cp_reg’:
+/home/dcb/qemu/trunk/qemu/target-arm/op_helper.c:424:52: error: comparison of constant ‘3’ with boolean expression is always false [-Werror=bool-compare]
+         assert(!arm_is_secure(env) && !arm_current_el(env) == 3);
+                                                    ^
+
+Maybe
+
+ assert(!arm_is_secure(env) && arm_current_el(env)  != 3);
\ No newline at end of file