Re: [PATCH 5/5] target/ppc: books: Program exception cleanup

2022-01-25 Thread Cédric Le Goater
On 1/24/22 19:46, Fabiano Rosas wrote: Remove setting of BookE registers. Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 4 1 file changed, 4 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index

[PATCH 5/5] target/ppc: books: Program exception cleanup

2022-01-24 Thread Fabiano Rosas
Remove setting of BookE registers. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 4 1 file changed, 4 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index 67faec3775..d1cce76e75 100644 --- a/target/ppc/excp_helper.c +++ b/target/ppc/excp_helper.