In mini:
commit24c0bedbf14dbedae3786b9b25811c37dda3d0b7
authorBen Maurer <benm@mono-cvs.ximian.com>
Sun, 12 Dec 2004 01:47:54 +0000 (12 01:47 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sun, 12 Dec 2004 01:47:54 +0000 (12 01:47 -0000)
tree6d906a7107ce611d2bd2e1ac0dee4aff6a38391f
parent3554819349706ddc10931b744bf5ace84b4b40ab
In mini:
2004-12-11  Ben Maurer  <bmaurer@ximian.com>

* mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
before we look in the special fields table. This fixes
../tests/thread-static-init.cs.

In tests:
2004-12-11  Ben Maurer  <bmaurer@ximian.com>

* thread-static-init.cs: New test.

svn path=/trunk/mono/; revision=37647
mono/mini/ChangeLog
mono/mini/mini.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/thread-static-init.cs [new file with mode: 0644]