summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1402802
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1402802')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/140280214
1 files changed, 0 insertions, 14 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1402802 b/results/classifier/deepseek-2-tmp/output/mistranslation/1402802
deleted file mode 100644
index ad459126..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1402802
+++ /dev/null
@@ -1,14 +0,0 @@
-
-target-tricore/translate.c:3812: possible bad expression ?
-
-
-From a run of cppcheck, a static analysis checker, over the
-source code of qemu trunk, dated 20141215, is the new error:
-
-[qemu/target-tricore/translate.c:3812]: (style) Expression '(X & 0x3f) == 0x6f' is always false.
-
-Source code is
-
-    if (unlikely((op1 & 0x3f) == OPCM_32_BRN_JTT)) {
-
-Suggest code rework.
\ No newline at end of file