Hi Esteban,
On Fri, Feb 25, 2011 at 12:36 PM, Esteban Lorenzano <
[hidden email]> wrote:
>
> Hi,
> I'm trying to compile cocoa-cogvm with latest cog versions and I can't find "getVMThread"... do you know where is it defined?
I renamed it to avoid ambiguity to getVMOSThread. You'll find it in
platforms/Cross/vm/sq.h:
# define getVMOSThread() ioVMThread
So getVMThread is obsolete and should be replaced with getVMOSThread
Don't know if this unblocks you. Let me know...
>
> Cheers.
> Esteban