Hi, this series tackles the bugfixes found during FPU implementation and are mostly on liners. This includes a missing break in a switch statement, a forgotten reset of an OVF bit, and psw_read() clearing too many bits.
Cheers, Bastian v1 -> v2: - in patch 01 another missing break was added Bastian Koppelmann (3): target-tricore: add missing break in insn decode switch stmt target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit target-tricore: Fix psw_read() clearing too many bits target-tricore/helper.c | 2 +- target-tricore/op_helper.c | 2 ++ target-tricore/translate.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) -- 2.7.4