https://bugzilla.novell.com/show_bug.cgi?id=350649
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=350649#c6 --- Comment #6 from Zoltan Varga <[EMAIL PROTECTED]> 2007-12-26 13:49:41 MST --- Sorry about that. For 1.2.6 apply the following patch as well: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Index: tramp-ppc.c =================================================================== --- tramp-ppc.c (revision 91816) +++ tramp-ppc.c (working copy) @@ -261,8 +261,6 @@ tramp_handler = mono_aot_trampoline; else if (tramp_type == MONO_TRAMPOLINE_AOT_PLT) tramp_handler = mono_aot_plt_trampoline; - else if (tramp_type == MONO_TRAMPOLINE_DELEGATE) - tramp_handler = mono_delegate_trampoline; else tramp_handler = mono_magic_trampoline; ppc_lis (buf, ppc_r0, (guint32) tramp_handler >> 16); <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -- 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
