On 10/15/21 12:03 AM, frank.ch...@sifive.com wrote:
+#define REQUIRE_ZFH(ctx) do { \ + if (!ctx->ext_zfh) \ + return false; \ +} while (0)
Missing braces for if. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~
On 10/15/21 12:03 AM, frank.ch...@sifive.com wrote:
+#define REQUIRE_ZFH(ctx) do { \ + if (!ctx->ext_zfh) \ + return false; \ +} while (0)
Missing braces for if. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~