diff options
Diffstat (limited to 'results/classifier/deepseek-2/output/other/1885720')
| -rw-r--r-- | results/classifier/deepseek-2/output/other/1885720 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2/output/other/1885720 b/results/classifier/deepseek-2/output/other/1885720 new file mode 100644 index 000000000..56fe79e7a --- /dev/null +++ b/results/classifier/deepseek-2/output/other/1885720 @@ -0,0 +1,12 @@ + +qemu/migration/postcopy-ram.c:387: bad return expression ? + +qemu/migration/postcopy-ram.c:387:9: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction] + +Source code is + + return -1; + +but + +bool postcopy_ram_supported_by_host( \ No newline at end of file |