summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-ab')
-rw-r--r--lang/mono/patches/patch-ab28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/mono/patches/patch-ab b/lang/mono/patches/patch-ab
deleted file mode 100644
index 183ad603c1e..00000000000
--- a/lang/mono/patches/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2005/03/27 10:33:08 recht Exp $
-
---- mono/mini/exceptions-ppc.c.orig Sat Jan 29 07:13:05 2005
-+++ mono/mini/exceptions-ppc.c
-@@ -199,6 +199,7 @@ arch_get_restore_context (void)
- ppc_break (code);
-
- g_assert ((code - start) < sizeof(start));
-+ mono_arch_flush_icache (start, code - start);
- return start;
- }
-
-@@ -268,6 +269,7 @@ arch_get_call_filter (void)
- ppc_blr (code);
-
- g_assert ((code - start) < sizeof(start));
-+ mono_arch_flush_icache (start, code - start);
- return start;
- }
-
-@@ -371,6 +373,7 @@ mono_arch_get_throw_exception_generic (g
- /* we should never reach this breakpoint */
- ppc_break (code);
- g_assert ((code - start) < size);
-+ mono_arch_flush_icache (start, code - start);
- return start;
- }
-