unicorn/qemu/target
Emilio G. Cota de5d90f9a4
target/mips: convert to DisasJumpType
Notes:

- BS_EXCP in generate_exception_err and after hen_helper_wait
becomes DISAS_NORETURN, because we do not return after
raising an exception.

- Some uses of BS_EXCP are misleading in that they're used
only as a "not BS_STOP" exit condition, i.e. they have nothing
to do with an actual exception. For those cases, define
and use DISAS_EXIT, which is clearer. With this and the
above change, BS_EXCP goes away completely.

- fix a comment typo (s/intetrupt/interrupt/).

Backports commit b28425babc2ad4b90cd87d07a1809d3322b9c065 from qemu
2018-05-11 16:17:02 -04:00
..
arm translator: merge max_insns into DisasContextBase 2018-05-11 13:59:17 -04:00
i386 translator: merge max_insns into DisasContextBase 2018-05-11 13:59:17 -04:00
m68k target/m68k: Fix build Werror with gcc 8.0.1 2018-05-11 10:37:45 -04:00
mips target/mips: convert to DisasJumpType 2018-05-11 16:17:02 -04:00
sparc target/sparc: convert to TranslatorOps 2018-05-11 15:17:12 -04:00