diff options
author | Emilio G. Cota <cota@braap.org> | 2018-02-15 14:51:48 -0500 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-02-16 12:14:39 +1100 |
commit | b6bac4bc7016531405d117cfc1bf64145799e164 (patch) | |
tree | 77d22cd63a71f754f555818fe9b9c8a9e1e8b70b /target/ppc/cpu.c | |
parent | 5d0fb1508e2d279da74ef4a103e8def9b52c6304 (diff) |
target/ppc: convert to DisasContextBase
A couple of notes:
- removed ctx->nip in favour of base->pc_next. Yes, it is annoying,
but didn't want to waste its 4 bytes.
- ctx->singlestep_enabled does a lot more than
base.singlestep_enabled; this confused me at first.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target/ppc/cpu.c')
0 files changed, 0 insertions, 0 deletions