aboutsummaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-02-06 10:39:41 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-02-09 10:55:39 +0000
commit384c6c03fb687bea239a5990a538c4bc50fdcecb (patch)
tree3418155b8bae822066c7df9a7378f50eea6f08b5 /exec.c
parentbd55947884b5421697d186016b0e57b1d6643fe0 (diff)
downloadqemu-384c6c03fb687bea239a5990a538c4bc50fdcecb.zip
qemu-384c6c03fb687bea239a5990a538c4bc50fdcecb.tar.gz
qemu-384c6c03fb687bea239a5990a538c4bc50fdcecb.tar.bz2
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. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180206103941.13985-1-peter.maydell@linaro.org
Diffstat (limited to 'exec.c')
0 files changed, 0 insertions, 0 deletions