On Wed, Jul 21, 2021 at 10:21:44AM -0300, Lucas Mateus Castro (alqotel) wrote:
> moved store_40x_sler from mmu_common.c to helper_regs.c as it was
> more appropriate
This message needs a rationale to explain why this is more appropriate.
>
> Signed-off-by: Lucas Mateus Castro (alqotel)
> ---
>
moved store_40x_sler from mmu_common.c to helper_regs.c as it was
more appropriate
Signed-off-by: Lucas Mateus Castro (alqotel)
---
target/ppc/helper_regs.c | 12
target/ppc/mmu_common.c | 10 --
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/target/ppc/he