summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1885719
blob: c178f2aaf353afdad4750d609b1023e6a072674e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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);
            }