Fix issues in previous commit
authorAndi McClure <andi.mcclure@xamarin.com>
Tue, 20 Sep 2016 21:12:46 +0000 (17:12 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Tue, 20 Sep 2016 21:12:46 +0000 (17:12 -0400)
commitcc522292aeedbcf30fe477bd8992fc5429e26485
tree290d86e2da5f76426ae0523b7c5d113aedad310c
parent1dc438307e2a890f582d7c2802d99ff7e7af645c
Fix issues in previous commit

- mono_assembly_load_module was not following MONO_RT_EXTERNAL_ONLY
  rules
- New _checked methods were not following init rules
- module[] load code was botched
mono/metadata/assembly.c
mono/metadata/image.c