On 10/15/21 12:03 AM, [email protected] wrote:
+#define REQUIRE_ZFH(ctx) do { \
+ if (!ctx->ext_zfh) \
+ return false; \
+} while (0)
Missing braces for if. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
On 10/15/21 12:03 AM, [email protected] wrote:
+#define REQUIRE_ZFH(ctx) do { \
+ if (!ctx->ext_zfh) \
+ return false; \
+} while (0)
Missing braces for if. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~