[Vm-dev] where is getVMThread defined?

Eliot Miranda eliot.miranda at gmail.com
Fri Feb 25 21:16:13 UTC 2011


Hi Esteban,

On Fri, Feb 25, 2011 at 12:36 PM, Esteban Lorenzano <estebanlm at gmail.com> 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


More information about the Vm-dev mailing list