qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] TriCore bugfixes


From: Bastian Koppelmann
Subject: [Qemu-devel] [PATCH 0/3] TriCore bugfixes
Date: Tue, 1 Mar 2016 18:15:23 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]