Under full-aot process the types of method arguments that are called from other metho...
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 8 Mar 2012 22:10:15 +0000 (19:10 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 12 Mar 2012 22:51:49 +0000 (19:51 -0300)
commit19ae91d1604c6f27381c39b13fc309038f1dc901
tree004ff1cc5e5f5db706caa34f5dbe3f6e8dfe9f46
parent49742a9a3310b9ab332b7c1eb5ee952d51ccc627
Under full-aot process the types of method arguments that are called from other methods. Fixes #3735.

* aot-compiler.c: If we call a sharable generic method that takes a parameter that
isn't shareable we must include that type or we risk failing at runtime.

Fixes #3735.
mono/mini/aot-compiler.c