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); }