From f1faff286661e5aa3c5933613564810c82983e9f Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 30 May 2022 19:55:30 +0300 Subject: [PATCH] fix FFI=1 build --- src/ffi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ffi.c b/src/ffi.c index 73015c01..ca413c28 100644 --- a/src/ffi.c +++ b/src/ffi.c @@ -676,6 +676,7 @@ B ffiload_c2(B t, B w, B x) { if (one[0] && many[0]) thrM("FFI: Multiple arguments for 𝕩 specified, but one has '>'"); if (one[1] && many[1]) thrM("FFI: Multiple arguments for 𝕨 specified, but one has '>'"); #else + i32 mutCount = 0; for (usz i = 0; i < argn; i++) ffi_parseType(GetU(x,i+2), false); (void)tRes; #endif