On 6/5/23 15:24, Philippe Mathieu-Daudé wrote:
Since we*might* have user emulation with softmmu, replace the system emulation check by !user emulation one.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/ppc/cpu_init.c | 20 ++++++++++---------- target/ppc/helper_regs.c | 6 ++---- 2 files changed, 12 insertions(+), 14 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~