diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1630527')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/other/1630527 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1630527 b/results/classifier/deepseek-2-tmp/output/other/1630527 deleted file mode 100644 index 4f2fdd3d..00000000 --- a/results/classifier/deepseek-2-tmp/output/other/1630527 +++ /dev/null @@ -1,12 +0,0 @@ - -qemu/hw/i386/amd_iommu.c:188: possible bad shift ? - -qemu/hw/i386/amd_iommu.c:188]: (error) Shifting 32-bit value by 64 bits is undefined behaviour - -Source code is - - uint64_t mask = ((1 << length) - 1) << bitpos; - -Maybe better code - - uint64_t mask = ((1ULL << length) - 1) << bitpos; \ No newline at end of file |