Hello Zoltan,

Well, all tests passed (except one in basic-float with precision).
The "Hello world" program works. :)
The mcs.exe still fails. :)
So far I'am trying to understand why the following test fails:

                string af = string.Format("{0}", 1);
                Console.WriteLine(af);
it outputs - 539802584 (I know it might be some kind of address).

There is one thing that I couldn't find out. The 
mono_arch_get_vcall_slot_addr function for
amd64 checks for 4 cases, but I've found just one - which loads method 
address from "this"
and calls it. What other cases I should check for? Are there tests that 
could show it?

Thank you,
Sergey.

[EMAIL PROTECTED]
Solvo Ltd.

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to