summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1577841
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1577841')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/157784114
1 files changed, 0 insertions, 14 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1577841 b/results/classifier/deepseek-2-tmp/output/mistranslation/1577841
deleted file mode 100644
index e4395691..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1577841
+++ /dev/null
@@ -1,14 +0,0 @@
-
-target-mips/helper.c:542: bad sizeof ?
-
-Recent versions of gcc say this:
-
-qemu/target-mips/helper.c:542:9: warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
-
-Source code is
-
-   memset(env->CP0_WatchLo, 0, sizeof(*env->CP0_WatchLo));
-
-Maybe better code
-
-   memset(env->CP0_WatchLo, 0, 8 * sizeof(target_ulong));
\ No newline at end of file