summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorEmilio G. Cota2018-02-15 03:16:30 +0100
committerRichard Henderson2018-05-09 19:12:21 +0200
commitaf00be490b30d7f576d12ac7b2bc5406ca6fda3f (patch)
tree0c125b4f2d33fd93c536527a4d942b99f2a1f4c1 /include/exec
parenttarget/sparc: convert to DisasJumpType (diff)
downloadqemu-af00be490b30d7f576d12ac7b2bc5406ca6fda3f.tar.gz
qemu-af00be490b30d7f576d12ac7b2bc5406ca6fda3f.tar.xz
qemu-af00be490b30d7f576d12ac7b2bc5406ca6fda3f.zip
target/sparc: convert to DisasContextBase
Notes: - pc and npc are left unmodified, since they can point to out-of-TB jump targets. - Got rid of last_pc in gen_intermediate_code(), using base.pc_next instead. Only update pc_next (1) on a breakpoint (so that tb->size includes the insn), and (2) after reading the current instruction from memory. This allows us to use base.pc_next in the BP check, which is what the translator loop does. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Cc: Artyom Tarasenko <atar4qemu@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')
0 files changed, 0 insertions, 0 deletions