* iltests.il: New test for LDELEMA on an array of ref types.
commit32c5e9f9f0519ab8bd9041914bc2f96ab72c438c
authorBen Maurer <benm@mono-cvs.ximian.com>
Tue, 21 Dec 2004 17:48:29 +0000 (21 17:48 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Tue, 21 Dec 2004 17:48:29 +0000 (21 17:48 -0000)
treea47620380fb8696f962b2e9066c001e39dbe6ac5
parent85211a6287c1f1a7a7c0ec53f964c84426681b33
* iltests.il: New test for LDELEMA on an array of ref types.

* mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
all ldelema's on reftypes.
(check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
it was the wrong place to put it.

svn path=/trunk/mono/; revision=38037
mono/mini/ChangeLog
mono/mini/iltests.il
mono/mini/mini.c