summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCompiledClosure.m')
-rw-r--r--MLKCompiledClosure.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/MLKCompiledClosure.m b/MLKCompiledClosure.m
index 6eb9154..c9f1e97 100644
--- a/MLKCompiledClosure.m
+++ b/MLKCompiledClosure.m
@@ -86,11 +86,11 @@
format:@"FFI type is invalid (this is probably a bug)."];
}
- NSLog (@"Calling %p (argc = %d)", _code, argc);
- for (i = 0; i < argc; i++)
- {
- NSLog (@"Argument %d: %p", i, *((void**)argv[i]));
- }
+// NSLog (@"Calling %p (argc = %d)", _code, argc);
+// for (i = 0; i < argc; i++)
+// {
+// NSLog (@"Argument %d: %p", i, *((void**)argv[i]));
+// }
ffi_call (&cif, FFI_FN (_code), &return_value, (void**)argv);