summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1382477
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1382477')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/138247716
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1382477 b/results/classifier/deepseek-2-tmp/output/other/1382477
deleted file mode 100644
index a992fc3e..00000000
--- a/results/classifier/deepseek-2-tmp/output/other/1382477
+++ /dev/null
@@ -1,16 +0,0 @@
-
-hw/i386/intel_iommu.c:902: wrong logical operator ?
-
-/home/dcb/qemu/trunk/qemu/hw/i386/intel_iommu.c:902:5: error: logical ‘and’ applied to non-boolean constant [-Werror=logical-op]
-     pvtd_as = s->address_spaces[VTD_SID_TO_BUS(source_id)];
-     ^
-
-$ fgrep VTD_SID_TO_BUS `find . -name \*.h -print`
-./include/hw/i386/intel_iommu.h:#define VTD_SID_TO_BUS(sid)         (((sid) >> 8) && 0xff)
-$ 
-
-Sounds to me like
-
-#define VTD_SID_TO_BUS(sid)         (((sid) >> 8) & 0xff)
-
-would be better.
\ No newline at end of file