From 288178e94c7ca93f026c70f0b0cd4fb32c63e98f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 5 Jul 2022 00:55:07 -0700 Subject: Fix bug in ffi --- src/bun.js/api/FFI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/api/FFI.h') diff --git a/src/bun.js/api/FFI.h b/src/bun.js/api/FFI.h index fb8f4710f..b0a754a01 100644 --- a/src/bun.js/api/FFI.h +++ b/src/bun.js/api/FFI.h @@ -13,7 +13,7 @@ #define USE_JSVALUE64 1 #define USE_JSVALUE32_64 0 -#define ZIG_REPR_TYPE uint64_t +#define ZIG_REPR_TYPE int64_t // /* 7.18.1.1 Exact-width integer types */ -- cgit v1.2.3