Re: Bug in libcoro on PPC mac
On 2009-05-25, at 2:42 AM, joh_90uk wrote:
> I have been trying to build IO on a PPC mac but found it was
> crashing on a PPC mac. The problem appeared to be in libcoro, where
> the version of Coro_Start() used (one in the #else block) was using
> the structure globalCallbackBlock. However globalCallbackBlock was
> never set up. I changed this by making to look like this below:
Thanks joh_90uk - I'd added your fix.