« Return to Thread: Bug in libcoro on PPC mac

Re: Bug in libcoro on PPC mac

by Steve Dekorte :: Rate this Message:

Reply to Author | View in Thread


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.

 « Return to Thread: Bug in libcoro on PPC mac