Skip to content

Commit

Permalink
target/ppc: convert to DisasContextBase
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cota authored and dgibson committed Feb 16, 2018
1 parent 5d0fb15 commit b6bac4b
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 86 deletions.

0 comments on commit b6bac4b

Please sign in to comment.