SOURCES: mono-sparc-exception.patch (NEW) - new

arekm arekm at pld-linux.org
Sat Sep 3 21:50:37 CEST 2005


Author: arekm                        Date: Sat Sep  3 19:50:37 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   mono-sparc-exception.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mono-sparc-exception.patch
diff -u /dev/null SOURCES/mono-sparc-exception.patch:1.1
--- /dev/null	Sat Sep  3 21:50:37 2005
+++ SOURCES/mono-sparc-exception.patch	Sat Sep  3 21:50:32 2005
@@ -0,0 +1,12 @@
+diff -urN mono-1.1.8.3.org/mono/mini/exceptions-sparc.c mono-1.1.8.3/mono/mini/exceptions-sparc.c
+--- mono-1.1.8.3.org/mono/mini/exceptions-sparc.c	2005-01-28 14:54:11.000000000 +0000
++++ mono-1.1.8.3/mono/mini/exceptions-sparc.c	2005-09-03 19:50:20.738549000 +0000
+@@ -441,7 +441,7 @@
+ 	g_assert (!ctx->uc_mcontext.gwins);
+ #else
+ 	/* better, but doesn't work all the time.  need to rethink! */
+-	g_assert (!ctx->uc_mcontext.gregs);
++	g_assert (ctx->uc_mcontext.gregs);
+ #endif
+ 
+ 	mctx.ip = ctx->uc_mcontext.gregs [REG_PC];
================================================================



More information about the pld-cvs-commit mailing list