aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/FFI.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bun.js/bindings/FFI.zig (renamed from src/javascript/jsc/bindings/FFI.zig)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javascript/jsc/bindings/FFI.zig b/src/bun.js/bindings/FFI.zig
index 5a4a61862..433772f81 100644
--- a/src/javascript/jsc/bindings/FFI.zig
+++ b/src/bun.js/bindings/FFI.zig
@@ -144,7 +144,7 @@ pub const __nonnull = @compileError("unable to translate macro: undefined identi
pub const __null_unspecified = @compileError("unable to translate macro: undefined identifier `_Null_unspecified`"); // (no file):323:9
pub const __nullable = @compileError("unable to translate macro: undefined identifier `_Nullable`"); // (no file):324:9
pub const __weak = @compileError("unable to translate macro: undefined identifier `__attribute__`"); // (no file):382:9
-pub const LOAD_ARGUMENTS_FROM_CALL_FRAME = @compileError("unable to translate macro: undefined identifier `argsPtr`"); // /Users/jarred/Code/bun/src/javascript/jsc/api/FFI.h:95:9
+pub const LOAD_ARGUMENTS_FROM_CALL_FRAME = @compileError("unable to translate macro: undefined identifier `argsPtr`"); // /Users/jarred/Code/bun/src/bun.js/api/FFI.h:95:9
pub const __llvm__ = @as(c_int, 1);
pub const __clang__ = @as(c_int, 1);
pub const __clang_major__ = @as(c_int, 13);