[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental-patches/s390x-3.0-fixes, updated. upstream/3.0.6+dfsg2-3-ga99f491

Jo Shields directhex at apebox.org
Thu May 9 08:18:48 UTC 2013


The following commit has been merged in the master-experimental-patches/s390x-3.0-fixes branch:
commit a99f4910f91da8baa39b0c533420eaf748099595
Author: Neale Ferguson <neale at sinenomine.net>
Date:   Tue May 7 18:05:53 2013 -0400

    Remove unneeded call - lazy support
    (cherry picked from commit 89cbc62dee8e694b1d80157d254322523bbce411)

diff --git a/mono/mini/mini-s390x.c b/mono/mini/mini-s390x.c
index b32953c..5d946f2 100644
--- a/mono/mini/mini-s390x.c
+++ b/mono/mini/mini-s390x.c
@@ -1810,7 +1810,6 @@ enum_retvalue:
 		}
 
 		ptype = mini_type_get_underlying_type (gsctx, sig->params [i]);
-//		ptype = mini_get_basic_type_from_generic (gsctx, ptype);
 		simpleType = ptype->type;
 		cinfo->args[nParm].type = simpleType;
 		switch (simpleType) {

-- 
mono



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