* debug.cc (threads): Avoid initialization.
* uinfo.cc (cygheap_user::ontherange): (from Corinna Vinschen) Actually make below changes work.
This commit is contained in:
@ -31,7 +31,7 @@ typedef struct
|
||||
const char *name;
|
||||
} thread_info;
|
||||
|
||||
static NO_COPY thread_info threads[32] = {{0, NULL}}; // increase as necessary
|
||||
static NO_COPY thread_info threads[32]; // increase as necessary
|
||||
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user