diff options
| author | Emilio G. Cota | 2018-02-16 01:36:03 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-05-09 19:12:21 +0200 |
| commit | b28425babc2ad4b90cd87d07a1809d3322b9c065 (patch) | |
| tree | ff74ce8c25ab021a694ccb3e4780e15855b72e53 /include/exec/memory.h | |
| parent | target/mips: use lookup_and_goto_ptr on BS_STOP (diff) | |
| download | qemu-b28425babc2ad4b90cd87d07a1809d3322b9c065.tar.gz qemu-b28425babc2ad4b90cd87d07a1809d3322b9c065.tar.xz qemu-b28425babc2ad4b90cd87d07a1809d3322b9c065.zip | |
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/).
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Yongbok Kim <yongbok.kim@mips.com>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/memory.h')
0 files changed, 0 insertions, 0 deletions
