[Mono-dev] Arm stack corruption

ReveIntech reveintech at gmail.com
Wed Apr 2 04:40:47 EDT 2008


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..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080402/a5bd9911/attachment.html 


More information about the Mono-devel-list mailing list