2006-04-20 Geoff Norton <gnorton@customerdna.com>
[mono.git] / mono / mini / ChangeLog
index 8bb438fbf21df9dc52441eeca9924823bbcaeac7..b61885df300f441b105daa9d42a0dc7ce043a6d1 100644 (file)
@@ -1,5 +1,12 @@
+2006-04-20  Geoff Norton  <gnorton@customerdna.com>
+
+       * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
+       to managed wrapper.
+                     
 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
 
+       * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
+       
        * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
        SIGSEGV. Fixes #78072.