ARM/threads: Disable debug output

Tracing was accidently switched on by a previous commit.
This commit is contained in:
Ithamar R. Adema 2012-11-06 11:02:54 +01:00
parent 0e5d97e97e
commit ff163585ec

View File

@ -28,7 +28,7 @@
#include <string.h>
#define TRACE_ARCH_THREAD
//#define TRACE_ARCH_THREAD
#ifdef TRACE_ARCH_THREAD
# define TRACE(x) dprintf x
#else