OSDN Git Service

target-tricore: add missing break in insn decode switch stmt
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 21 Mar 2016 08:03:01 +0000 (09:03 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 23 Mar 2016 08:22:48 +0000 (09:22 +0100)
commit1f75cba8f8e0acb079b196e73874595b9523094f
tree01055da9c9a062d25aa47849e124c96c8be97c87
parent459621ac1a505ef7dee769295ee2e6c835b2314d
target-tricore: add missing break in insn decode switch stmt

After decoding/translating a RRR_DIVIDE/RRRR_EXTRACT_INSERT type instruction
we would simply fall through and would decode/translate another unintended
RRR2_MADD/RRRW_EXTRACT_INSERT instruction.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <1458547383-23102-2-git-send-email-kbastian@mail.uni-paderborn.de>
target-tricore/translate.c