os_query_stackBottom() how does it work?

Anders F Björklund afb at algonet.se
Sun May 7 23:46:18 PDT 2006


Chad J > wrote:

> I've run into this while trying to port GPhobos to the arm-wince 
> (PocketPC) platform.  Never mind that it's GPhobos though, it's the same 
> function in dmd Phobos, Ares too.

You'll notice that that the os_query_stackBottom function is in a 
version(Win32) conditional compilation block. There are alternative 
versions of it in: internal/gc/gclinux.d and internal/gc/gcgcc.d

Maybe one of those will help you ?

--anders



More information about the Digitalmars-d mailing list