[Pkg-mono-svn-commits] [mono] 02/03: [mips] Add missing define

Jo Shields directhex at moszumanska.debian.org
Mon Nov 7 10:56:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-patches/fix-mipsel
in repository mono.

commit 29ab40382c1125102e3acabd164247f39bf2802d
Author: Vlad Brezae <brezaevlad at gmail.com>
Date:   Mon Oct 10 23:27:52 2016 +0300

    [mips] Add missing define
    
    (cherry picked from commit ea0e95eec1dbe1fea52e8261b2a264258b636120)
---
 mono/utils/mono-context.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mono/utils/mono-context.h b/mono/utils/mono-context.h
index 2704c86..0a1bd52 100644
--- a/mono/utils/mono-context.h
+++ b/mono/utils/mono-context.h
@@ -699,6 +699,8 @@ mono_ia64_context_get_fp (MonoContext *ctx)
 
 #elif ((defined(__mips__) && !defined(MONO_CROSS_COMPILE)) || (defined(TARGET_MIPS))) && SIZEOF_REGISTER == 4 /* defined(__ia64__) */
 
+#define MONO_ARCH_HAS_MONO_CONTEXT 1
+
 #include <mono/arch/mips/mips-codegen.h>
 
 typedef struct {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list