diff options
author | Romain Tartière <romain@FreeBSD.org> | 2012-05-02 18:16:19 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2012-05-02 18:16:19 +0000 |
commit | 287e58ebab79f5417e5c5cc111d20a415e544b77 (patch) | |
tree | 5f0b8d9349a6ca32dab7266fcc4bb2c2a8bcc9ab /lang/mono/files/patch-mono_utils_mono-sigcontext.h | |
parent | - Update to 2.0601 (diff) |
Update to 2.11.1.
Diffstat (limited to 'lang/mono/files/patch-mono_utils_mono-sigcontext.h')
-rw-r--r-- | lang/mono/files/patch-mono_utils_mono-sigcontext.h | 16 |
1 files changed, 0 insertions, 16 deletions
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) |