From 287e58ebab79f5417e5c5cc111d20a415e544b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 2 May 2012 18:16:19 +0000 Subject: Update to 2.11.1. --- lang/mono/files/patch-mono_utils_mono-sigcontext.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lang/mono/files/patch-mono_utils_mono-sigcontext.h (limited to 'lang/mono/files/patch-mono_utils_mono-sigcontext.h') diff --git a/lang/mono/files/patch-mono_utils_mono-sigcontext.h b/lang/mono/files/patch-mono_utils_mono-sigcontext.h deleted file mode 100644 index 88a6b8070b3f..000000000000 --- a/lang/mono/files/patch-mono_utils_mono-sigcontext.h +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- mono/utils/mono-sigcontext.h.orig -+++ mono/utils/mono-sigcontext.h -@@ -109,6 +109,10 @@ - #define UCONTEXT_REG_RSI(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_rsi) - #define UCONTEXT_REG_RDI(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_rdi) - #define UCONTEXT_REG_RIP(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_rip) -+ #define UCONTEXT_REG_R8(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r8) -+ #define UCONTEXT_REG_R9(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r9) -+ #define UCONTEXT_REG_R10(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r10) -+ #define UCONTEXT_REG_R11(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r11) - #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r12) - #define UCONTEXT_REG_R13(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r13) - #define UCONTEXT_REG_R14(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r14) -- cgit v1.2.3