[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 1856706] Re: target/mips/op_helper.c:971:duplicated branches ?
From: |
Thomas Huth |
Subject: |
[Bug 1856706] Re: target/mips/op_helper.c:971:duplicated branches ? |
Date: |
Thu, 20 Aug 2020 14:43:42 -0000 |
Patch has been included here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=9788e8c9b64e4cebb01
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1856706
Title:
target/mips/op_helper.c:971:duplicated branches ?
Status in QEMU:
Fix Released
Bug description:
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 ?
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1856706/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug 1856706] Re: target/mips/op_helper.c:971:duplicated branches ?,
Thomas Huth <=