Previous 199869 Revisions Next

r34219 Tuesday 6th January, 2015 at 14:36:40 UTC by Couriersud
Fixed linking of chdman (nw)
[src/osd/modules/sync]work_osd.c

trunk/src/osd/modules/sync/work_osd.c
r242730r242731
267267      allocthreadnum = queue->threads + 1;
268268   else
269269      allocthreadnum = queue->threads;
270
270#if 0
271   // tools like chdman are not linked with osd_printf_*
271272   osd_printf_verbose("osdprocs: %d effecprocs: %d threads: %d allocthreads: %d osdthreads: %d maxthreads: %d queuethreads: %d\n", osd_num_processors, numprocs, threadnum, allocthreadnum, osdthreadnum, WORK_MAX_THREADS, queue->threads);
272
273#endif
273274   queue->thread = (work_thread_info *)osd_malloc_array(allocthreadnum * sizeof(queue->thread[0]));
274275   if (queue->thread == NULL)
275276      goto error;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team