summaryrefslogtreecommitdiffstats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1910605
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1910605')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/191060517
1 files changed, 0 insertions, 17 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1910605 b/results/classifier/deepseek-2-tmp/output/mistranslation/1910605
deleted file mode 100644
index 967e82b3..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1910605
+++ /dev/null
@@ -1,17 +0,0 @@
-
-qemu-arm-static ioctl USBDEVFS_BULK return -1 (EFAULT) Bad address
-
-
-
-Snippet of code sample:
-
-struct usbdevfs_bulktransfer Bulk;
-Bulk.ep = hUsb->UsbOut;
-Bulk.len = Len;
-Bulk.data = (void *)pData;
-Bulk.timeout = Timeout;
-Bytes = ioctl(hUsb->fd, USBDEVFS_BULK, &Bulk)
-
-The above code sample return -1 (EFAULT) Bad address when using qemu-arm-static but is running ok when on qemu-aarch64-static.
-
-I use a 64-bit intel laptop \ No newline at end of file