[Pkg-mono-svn-commits] [mono] 01/01: Don't redeclare desc in mini_create_ftnptr on ppc64 (cherry picked from commit 1a1c17d59cb385231189dc4ee49b0a3e7c77a50f)

Jo Shields directhex at alioth.debian.org
Thu Oct 24 20:17:19 UTC 2013


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

directhex pushed a commit to branch master-experimental-patches/dont-redeclare-decl-on-ppc64
in repository mono.

commit cd78202287d9895c69b58d2d075abb0b240a6108
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Oct 23 22:58:41 2013 +0100

    Don't redeclare desc in mini_create_ftnptr on ppc64
    (cherry picked from commit 1a1c17d59cb385231189dc4ee49b0a3e7c77a50f)
---
 mono/mini/mini.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/mono/mini/mini.c b/mono/mini/mini.c
index ef88e60..9938bfa 100644
--- a/mono/mini/mini.c
+++ b/mono/mini/mini.c
@@ -6766,7 +6766,6 @@ mini_create_ftnptr (MonoDomain *domain, gpointer addr)
 	desc [0] = addr;
 	desc [1] = NULL;
 #	elif defined(__ppc64__) || defined(__powerpc64__)
-	gpointer *desc;
 
 	desc = mono_domain_alloc0 (domain, 3 * sizeof (gpointer));
 

-- 
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