]> Git Repo - qemu.git/commit
target-tricore: add missing break in insn decode switch stmt
authorBastian Koppelmann <[email protected]>
Mon, 21 Mar 2016 08:03:01 +0000 (09:03 +0100)
committerBastian Koppelmann <[email protected]>
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 <[email protected]>
Message-Id: <1458547383[email protected]>
target-tricore/translate.c
This page took 0.025624 seconds and 4 git commands to generate.