diff options
author | Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> | 2020-07-01 20:25:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-07-14 21:49:33 +0200 |
commit | 9788e8c9b64e4cebb01c96bab2b0e4c2d4454041 (patch) | |
tree | 648016838997203bb1052d9ef38a789e7df4876e /module-common.c | |
parent | 1a53dfee92284d3016a579ef31d53367e84d9dd8 (diff) |
target/mips: Remove identical if/else branches
Remove the segment:
if (other_tc == other->current_tc) {
tccause = other->CP0_Cause;
} else {
tccause = other->CP0_Cause;
}
Original contributor can't remember what was his intention.
Fixes: 5a25ce9487 ("mips: Hook in more reg accesses via mttr/mftr")
Buglink: https://bugs.launchpad.net/qemu/+bug/1885718
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <20200701182559.28841-2-aleksandar.qemu.devel@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions