> -----Original Message-----
> From: Brian Cain <[email protected]>
> Sent: Friday, February 28, 2025 11:26 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; Brian Cain <[email protected]>
> Subject: [PATCH 07/38] target/hexagon: Add a placeholder fp exception
> 
> From: Brian Cain <[email protected]>
> 
> Signed-off-by: Brian Cain <[email protected]>
> ---
>  target/hexagon/arch.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/target/hexagon/arch.c b/target/hexagon/arch.c index
> d053d68487..87c2f6a53f 100644
> --- a/target/hexagon/arch.c
> +++ b/target/hexagon/arch.c
> @@ -208,6 +208,11 @@ void arch_fpop_start(CPUHexagonState *env)
>   * model it in qemu user mode.
>   */
>  #define RAISE_FP_EXCEPTION   do {} while (0)
> +#else
> + /*
> +  * To be implemented.
> +  */
> +#define RAISE_FP_EXCEPTION   do { g_assert_not_reached(); } while (0)
>  #endif
> 
>  #define SOFTFLOAT_TEST_FLAG(FLAG, MYF, MYE) \
> --
> 2.34.1

Reviewed-by: Taylor Simpson <[email protected]>




Reply via email to