summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/instruction/1885719
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/105/instruction/1885719')
-rw-r--r--results/classifier/zero-shot/105/instruction/188571941
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/instruction/1885719 b/results/classifier/zero-shot/105/instruction/1885719
new file mode 100644
index 000000000..c43a00736
--- /dev/null
+++ b/results/classifier/zero-shot/105/instruction/1885719
@@ -0,0 +1,41 @@
+instruction: 0.957
+mistranslation: 0.922
+socket: 0.913
+network: 0.868
+graphic: 0.845
+semantic: 0.790
+device: 0.760
+other: 0.668
+vnc: 0.637
+assembly: 0.525
+boot: 0.343
+KVM: 0.280
+
+qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
+
+Source code is
+
+            } else if (address >= 0x80000000) {
+                /* Kernel virtual page */
+                return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
+            } else {
+                /* User virtual page */
+                return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
+            }
+
+Which version of QEMU did you use here? Apparently it was an older version, since that code has been removed more than a year ago already:
+
+ https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0137c93ff8cbcebf
+
+Please make sure to use the latest release of QEMU when reporting bugs. Thanks!
+
+>Which version of QEMU did you use here?
+
+git trunk. I have no idea why Richard's patch isn't in my current version
+and I am disinclined to find out why.
+
+Any further work by me on qemu looks somewhat doubtful. Have fun !
+
+
+
+