aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/ffi.test.fixture.receiver.c
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-30 06:33:22 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-30 06:33:22 -0800
commitfc6c4bbefbbd59063aae9127f267247f587163bf (patch)
tree8becb1a69aad421be4829387e0c32f350d4928e6 /test/bun.js/ffi.test.fixture.receiver.c
parent2fc69130858870a21e63e4e67a9844ea3f361b17 (diff)
downloadbun-fc6c4bbefbbd59063aae9127f267247f587163bf.tar.gz
bun-fc6c4bbefbbd59063aae9127f267247f587163bf.tar.zst
bun-fc6c4bbefbbd59063aae9127f267247f587163bf.zip
Upgrade WebKit
Diffstat (limited to 'test/bun.js/ffi.test.fixture.receiver.c')
-rw-r--r--test/bun.js/ffi.test.fixture.receiver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bun.js/ffi.test.fixture.receiver.c b/test/bun.js/ffi.test.fixture.receiver.c
index a507ab3a5..0299a961b 100644
--- a/test/bun.js/ffi.test.fixture.receiver.c
+++ b/test/bun.js/ffi.test.fixture.receiver.c
@@ -103,6 +103,7 @@ typedef void* JSContext;
#ifdef IS_CALLBACK
+void* callback_ctx;
ZIG_REPR_TYPE FFI_Callback_call(void* ctx, size_t argCount, ZIG_REPR_TYPE* args);
// We wrap
static EncodedJSValue _FFI_Callback_call(void* ctx, size_t argCount, ZIG_REPR_TYPE* args) __attribute__((__always_inline__));