[Mono-dev] Arm stack corruption
Miguel de Icaza
miguel at novell.com
Mon Apr 7 12:15:37 EDT 2008
Hello,
Please file a bug report here:
www.mono-project.com/Bugs
Miguel.
On Wed, 2008-04-02 at 09:40 +0100, ReveIntech wrote:
> Hello, i have one problem using some assemblies that work well in
> mono/80x86 in arm. The problem is that when i call a method of a
> class defined in a external assembly, inside of the called method
> it sees the arguments of the method swaped.
>
> Ex:
>
> struct TestA,TestB;
>
> ClassFromExternalAssembly.Method1(TestA,TestB);
>
>
> .
> .
> .
> .
>
> Inside of ClassFromExternalAssembly.Method1, the contents of TestA are
> swapped it the contents from TestB
>
> From what i can see the problem only happens when the arguments are
> structs..
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list