mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target/arm: Convert T16, nop hints
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190904193059.26202-60-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ae3002b021
commit
56e6250ede
2 changed files with 18 additions and 2 deletions
|
@ -10891,8 +10891,7 @@ static void disas_thumb_insn(DisasContext *s, uint32_t insn)
|
|||
|
||||
case 15: /* IT, nop-hint. */
|
||||
if ((insn & 0xf) == 0) {
|
||||
gen_nop_hint(s, (insn >> 4) & 0xf);
|
||||
break;
|
||||
goto illegal_op; /* nop hint, in decodetree */
|
||||
}
|
||||
/*
|
||||
* IT (If-Then)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue