提交 9adf92ff 编写于 作者: R Rodrigo Kumpera

Fix 64bits mono on windows.

上级 7662f680
......@@ -168,7 +168,7 @@ mono_threads_init (MonoThreadInfoCallbacks *callbacks, size_t info_size)
mono_thread_smr_init ();
g_assert (res);
g_assert (sizeof (MonoNativeThreadId) == sizeof (uintptr_t));
g_assert (sizeof (MonoNativeThreadId) <= sizeof (uintptr_t));
}
void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册