unicorn/qemu/target
Peter Maydell 8e7ecd89a4
target/arm/translate.c: Fix missing 'break' for TT insns
The code where we added the TT instruction was accidentally
missing a 'break', which meant that after generating the code
to execute the TT we would fall through to 'goto illegal_op'
and generate code to take an UNDEF insn.

Backports commit 384c6c03fb687bea239a5990a538c4bc50fdcecb from qemu
2018-03-07 11:45:39 -05:00
..
arm target/arm/translate.c: Fix missing 'break' for TT insns 2018-03-07 11:45:39 -05:00
i386 unicorn/i386: Lessen amount of X86_CPU macros and casts 2018-03-07 10:34:00 -05:00
m68k unicorn/m68k: Lessen usage of M68K_CPU macro 2018-03-07 10:37:50 -05:00
mips unicorn/mips: Lessen the amount of MIPS_CPU macro usage 2018-03-07 10:50:08 -05:00
sparc unicorn/sparc: Lessen the use of the SPARC_CPU macro 2018-03-07 10:46:18 -05:00