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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=386415#c19





--- Comment #19 from Robert Jordan <[EMAIL PROTECTED]>  2008-05-05 07:03:40 MST 
---
It did (indirectly), because runtime-invoke has just one signature:

MonoObject*
runtime_invoke (MonoMethod *method, MonoObject* this, gpointer[] params,
 MonoException **ex);

This signature does not need SMALL_STRUCTS_IN_REGS handling because it
always return boxed structs.

Now, with thunk-invoke it is possible to trigger it:


struct Test {
  int a;
  public static Test GetMe() {}
}

typedef Test (*GetMe)(MonoException**);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to