diff options
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/assembly/1856706')
| -rw-r--r-- | results/classifier/deepseek-r1:14b/output/assembly/1856706 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/assembly/1856706 b/results/classifier/deepseek-r1:14b/output/assembly/1856706 new file mode 100644 index 000000000..6c7dd2c03 --- /dev/null +++ b/results/classifier/deepseek-r1:14b/output/assembly/1856706 @@ -0,0 +1,14 @@ + +target/mips/op_helper.c:971:duplicated branches ? + +qemu-4.2.0/target/mips/op_helper.c:971:8: warning: this condition has identical branches [-Wduplicated-branches] + +Source code is + + if (other_tc == other->current_tc) { + tccause = other->CP0_Cause; + } else { + tccause = other->CP0_Cause; + } + +Possible cut'n'paste error ? \ No newline at end of file |