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 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 | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.7.2