summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-02-14 21:16:30 -0500
committerRichard Henderson <richard.henderson@linaro.org>2018-05-09 10:12:21 -0700
commitaf00be490b30d7f576d12ac7b2bc5406ca6fda3f (patch)
tree0c125b4f2d33fd93c536527a4d942b99f2a1f4c1 /hw/core/qdev-properties-system.c
parentc5e6ccdf6c8d32d3a45d9dca4d6847dcff741882 (diff)
downloadfocaccia-qemu-af00be490b30d7f576d12ac7b2bc5406ca6fda3f.tar.gz
focaccia-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 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions