qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/3] test/tcg/ppc64le: test mtfsf


From: Richard Henderson
Subject: Re: [PATCH v2 3/3] test/tcg/ppc64le: test mtfsf
Date: Fri, 19 Nov 2021 11:00:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 11/18/21 2:25 PM, Lucas Mateus Castro (alqotel) wrote:
+void sigfpe_handler(int sig, siginfo_t *si, void *ucontext)
+{
+    exit(0);
+}

It would be good to verify si->si_code = FPE_FLTINV,

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]