summary refs log tree commit diff stats
path: root/results/classifier/108/other/1460523
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/1460523')
-rw-r--r--results/classifier/108/other/146052328
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/108/other/1460523 b/results/classifier/108/other/1460523
new file mode 100644
index 00000000..db63e5f0
--- /dev/null
+++ b/results/classifier/108/other/1460523
@@ -0,0 +1,28 @@
+device: 0.795
+permissions: 0.732
+PID: 0.673
+performance: 0.651
+vnc: 0.629
+graphic: 0.603
+socket: 0.602
+network: 0.589
+files: 0.564
+semantic: 0.555
+debug: 0.467
+other: 0.403
+KVM: 0.318
+boot: 0.276
+
+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);
+
+Fixed by commit 3fc827d591679f3e262b9d1f8b34528eabfca8c0
+