On 3/13/24 11:33, 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> --- tcg/sparc64/tcg-target.c.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Having read further, the ultimate goal is worthwhile. It'll be easy to turn these into runtime tests when we get there. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~