On 28/6/22 13:16, Richard Henderson wrote:
The UHI specification does not have an EFAULT value, and further specifies that "undefined UHI operations should not return control to the target".So, log the error and abort. Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/mips/tcg/sysemu/mips-semi.c | 33 ++++++++++++++---------------- 1 file changed, 15 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>