On 17/12/2019 14.25, dcb wrote:
> Public bug reported:
>
> 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 ?Hi Edgar, you added the code in 2011 ... do you still remember the details here, whether that was on purpose or whether it should look differently? Thomas
