Merge pull request #3749 from BrzVlad/fix-mips-fix
[mono.git] / mono / metadata / appdomain.c
index 0608394ff10b1db34d66b3aefc98aee657cf0cb1..17dc65aa8021ccde664fce4b1a0d9587570f1ceb 100644 (file)
@@ -84,7 +84,7 @@
  * Changes which are already detected at runtime, like the addition
  * of icalls, do not require an increment.
  */
-#define MONO_CORLIB_VERSION 157
+#define MONO_CORLIB_VERSION 160
 
 typedef struct
 {
@@ -2568,7 +2568,7 @@ mono_domain_try_unload (MonoDomain *domain, MonoObject **exc)
         * First we create a separate thread for unloading, since
         * we might have to abort some threads, including the current one.
         */
-       thread_handle = mono_threads_create_thread (unload_thread_main, thread_data, 0, &tid);
+       thread_handle = mono_threads_create_thread (unload_thread_main, thread_data, NULL, &tid);
        if (thread_handle == NULL)
                return;