[Mono-bugs] [Bug 372483] Conversion instruction called twice for compound operator/ assignment

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 19 18:29:58 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=372483

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=372483#c6





--- Comment #6 from Rodrigo Kumpera <rkumpera at novell.com>  2008-03-19 16:29:58 MST ---
Created an attachment (id=203045)
 --> (https://bugzilla.novell.com/attachment.cgi?id=203045)
Original c# test

This is the original file used to generate the tests. 

Due to how C# works, casting to IntPtr generated a call to native int native
int::op_Explicit(int64) instead of the conv. instruction. This means that it
must be compiled, disassembled and patched before executing.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list