On 2012-07-12 22:22, John McCall wrote: > The block layout is documented here: > http://clang.llvm.org/docs/Block-ABI-Apple.txt > > Basically, you would want to fill one of those out on the stack and pass > the address to the routine you're calling. Perfect, thanks. -- /Jacob Carlborg