summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1460523
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1460523')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/146052311
1 files changed, 0 insertions, 11 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1460523 b/results/classifier/deepseek-2-tmp/output/hypervisor/1460523
deleted file mode 100644
index 700247fa8..000000000
--- a/results/classifier/deepseek-2-tmp/output/hypervisor/1460523
+++ /dev/null
@@ -1,11 +0,0 @@
-
-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