diff options
| author | Emilio G. Cota | 2018-02-18 02:04:40 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-05-09 19:12:21 +0200 |
| commit | a4fd3ec3c7299f6a0f99e89aeb8a52c6538ca27b (patch) | |
| tree | 814297a953897c06a05c987ffe11258de1818d8a /include/exec/memory.h | |
| parent | target/openrisc: convert to DisasContextBase (diff) | |
| download | qemu-a4fd3ec3c7299f6a0f99e89aeb8a52c6538ca27b.tar.gz qemu-a4fd3ec3c7299f6a0f99e89aeb8a52c6538ca27b.tar.xz qemu-a4fd3ec3c7299f6a0f99e89aeb8a52c6538ca27b.zip | |
target/openrisc: convert to TranslatorOps
Notes:
- Changed the num_insns test in insn_start to check for
dc->base.num_insns > 1, since when tb_start is first
called in a TB, base.num_insns is already set to 1.
- Removed DISAS_NEXT from the switch in tb_stop; use
DISAS_TOO_MANY instead.
- Added an assert_not_reached on tb_stop for DISAS_NEXT
and the default case.
- Merged the two separate log_target_disas calls into the
disas_log op.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: Stafford Horne <shorne@gmail.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
