[jit] Fix a crash by using mono_field_get_type () instead of accessing field->type...
authorZoltan Varga <vargaz@gmail.com>
Fri, 14 Aug 2015 22:36:47 +0000 (18:36 -0400)
committerZoltan Varga <vargaz@gmail.com>
Fri, 14 Aug 2015 22:36:54 +0000 (18:36 -0400)
commit8ece42b8e839f00a643f2dc113b09e700173d1b6
treec4160b82fea006719e7cb422d435538b1025d32a
parent43044883598f38134cb7fd4f5fa0af05f9bbc626
[jit] Fix a crash by using mono_field_get_type () instead of accessing field->type directly. Fixes #32907.
mono/mini/method-to-ir.c