[mono/mono] [2 commits] 1a1c17d5: Don't redeclare desc in mini_create_ftnptr on ppc64

"alexrp ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141e758d626-fb8bd1a0-c915-4e5e-a429-f67cb9c10371-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/c0cbbb15d9de...9bcda222deab

   Commit: 1a1c17d59cb385231189dc4ee49b0a3e7c77a50f
   Author: Jo Shields <[email protected]> (directhex)
     Date: 2013-10-23 21:58:41 GMT
      URL: https://github.com/mono/mono/commit/1a1c17d59cb385231189dc4ee49b0a3e7c77a50f

Don't redeclare desc in mini_create_ftnptr on ppc64

Changed paths:
  M mono/mini/mini.c

Modified: mono/mini/mini.c
===================================================================
@@ -6807,7 +6807,6 @@ void *mono_global_codeman_reserve (int size)
 	desc [0] = addr;
 	desc [1] = NULL;
 #	elif defined(__ppc64__) || defined(__powerpc64__)
-	gpointer *desc;
 
 	desc = mono_domain_alloc0 (domain, 3 * sizeof (gpointer));
 

   Commit: 9bcda222deab87fd9deb869da5d94f7fe596c7c2
   Author: Alex Rønne Petersen <[email protected]> (alexrp)
     Date: 2013-10-23 22:01:46 GMT
      URL: https://github.com/mono/mono/commit/9bcda222deab87fd9deb869da5d94f7fe596c7c2

Merge pull request #787 from directhex/master

Don't redeclare desc in mini_create_ftnptr on ppc64

Changed paths:
  M mono/mini/mini.c

Modified: mono/mini/mini.c
===================================================================
@@ -6856,7 +6856,6 @@ void *mono_global_codeman_reserve (int size)
 	desc [0] = addr;
 	desc [1] = NULL;
 #	elif defined(__ppc64__) || defined(__powerpc64__)
-	gpointer *desc;
 
 	desc = mono_domain_alloc0 (domain, 3 * sizeof (gpointer));
 
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.