On Nov 13, 2007 4:27 AM, Darx Kies <[EMAIL PROTECTED]> wrote:
> stind.ref is a difficult one. It needs type information at runtime which
> is not available.
>
> Unfortunately at times the output from mono is quite different from the
> .NET output.
>
> For now I would recommend avoiding the use of stind.ref.

How can we do this? The affected instruction was like

ThreadScheduled[i] = newThread;

When I changed it to *(ThreadScheduled+i) = newThread;, it still
crashed. Same with void **loc = ThreadScheduled+i; *loc = newThread;

-- 
fury

long name: William Lahti
handle :: fury
freenode :: xfury
blog :: http://xfurious.blogspot.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to