Under full-aot process the types of method arguments that are called from other metho...
commitfae1eca260a5d1eb67d1f12880865ef7e598ccfe
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 8 Mar 2012 22:10:15 +0000 (8 19:10 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 8 Mar 2012 22:43:08 +0000 (8 19:43 -0300)
tree23e5b7b8a59260fe6437529d886a21c91146d4dd
parente040f44cb10e9294e3995e82532d22e7ed4d2a73
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