[Mono-bugs] [Bug 644789] mono 2.8 fails to build for Solaris Sparc

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 7 23:18:03 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=644789#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vargaz at gmail.com
         Resolution|                            |FIXED

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-10-08 03:18:02 UTC ---
Fixed in HEAD. For 2.8, apply the following patch:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
diff --git a/mono/mini/tramp-sparc.c b/mono/mini/tramp-sparc.c
index 642f773..a1f5afd 100644
--- a/mono/mini/tramp-sparc.c
+++ b/mono/mini/tramp-sparc.c
@@ -261,8 +261,6 @@ mono_arch_create_specific_trampoline (gpointer arg1,
MonoTrampolineType tramp_t
        if (code_len)
                *code_len = (code - buf) * 4;

-       mono_jit_stats.method_trampolines++;
-
        mono_arch_flush_icache ((guint8*)buf, (code - buf) * 4);

        return buf;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
i.e. remove the offending line.

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


More information about the mono-bugs mailing list