Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Emilio G. Cota <[email protected]> Signed-off-by: David Gibson <[email protected]>
- Loading branch information