summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.m
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-09-28 17:26:35 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-09-28 17:26:35 +0200
commitef2536760d6e144f7d903f9f488d3350c2bd2221 (patch)
treea5413ed01d984573992c8793cd76928eb934a805 /MLKCompiledClosure.m
parent095213f5a96bdb8b1c5a3233f62bb4a6674d4257 (diff)
LLVM compiler: Add various disabled debugging statements.
Diffstat (limited to 'MLKCompiledClosure.m')
-rw-r--r--MLKCompiledClosure.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCompiledClosure.m b/MLKCompiledClosure.m
index 32caf74..9227008 100644
--- a/MLKCompiledClosure.m
+++ b/MLKCompiledClosure.m
@@ -93,6 +93,7 @@
// }
ffi_call (&cif, FFI_FN (_code), &return_value, (void**)argv);
+// return_value = ((id (*)(void *, ...))_code) (_data, argpointers[0], argpointers[1], MLKEndOfArgumentsMarker);
// FIXME: multiple values
return [NSArray arrayWithObject:nullify((id)return_value)];