diff options
Diffstat (limited to 'results/classifier/gemma3:12b/other/1460523')
| -rw-r--r-- | results/classifier/gemma3:12b/other/1460523 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1460523 b/results/classifier/gemma3:12b/other/1460523 new file mode 100644 index 00000000..700247fa --- /dev/null +++ b/results/classifier/gemma3:12b/other/1460523 @@ -0,0 +1,11 @@ + +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 |