Commit 054dc07
fix(ffi): use function pointer type for x86_64 objc_msgSend target
Xcode 26 Clang rejects storing FFI_FN(...) in a void* before ffi_call.
Use void (*)(void) to match ffi_call's second parameter signature.
Fixes #47
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent f116e29 commit 054dc07
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
0 commit comments