[threads] Remove mono_threads_create_thread (#4411)
[mono.git] / mono / metadata / object-internals.h
index c7ef8233bf784883c91ae60d878759d5a63c4df7..958d25ac914fe47c075d4a2722da3d76b48534b9 100644 (file)
@@ -369,7 +369,7 @@ struct _MonoInternalThread {
        MonoException *abort_exc;
        int abort_state_handle;
        guint64 tid;    /* This is accessed as a gsize in the code (so it can hold a 64bit pointer on systems that need it), but needs to reserve 64 bits of space on all machines as it corresponds to a field in managed code */
-       gpointer stack_ptr;
+       gsize debugger_thread; // FIXME switch to bool as soon as CI testing with corlib version bump works
        gpointer *static_data;
        void *thread_info; /*This is MonoThreadInfo*, but to simplify dependencies, let's make it a void* here. */
        MonoAppContext *current_appcontext;